Gets currently selected pager template control.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public Control CurrentPagerTemplate { get; }
Visual Basic
Public ReadOnly Property CurrentPagerTemplate As Control
	Get
Visual C++
public:
property Control^ CurrentPagerTemplate {
	Control^ get ();
}
F#
member CurrentPagerTemplate : Control with get

Property Value

Type: Control

See Also