KaxDataPagerFieldPagerType Property |
Gets the string representation of the type-name of this instance. The value is
used by KaxDataPager to determine the type of the pager field persisted into the ViewState, when
recreating the pager after postback. This property is read only.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string PagerType { get; }
Public ReadOnly Property PagerType As String
Get
public:
property String^ PagerType {
String^ get ();
}
member PagerType : string with get
Property Value
Type:
String
See Also