KaxListViewPageCount Property |
Gets the number of pages required to display the records of the data
source in a
KaxListViewcontrol.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual int PageCount { get; }
Public Overridable ReadOnly Property PageCount As Integer
Get
public:
virtual property int PageCount {
int get ();
}
abstract PageCount : int with get
override PageCount : int with get
Property Value
Type:
Int32See Also