KaxListViewPageSize Property |
Specify the maximum number of items that would appear in a page,
when paging is enabled by
AllowPaging property.
Default value is 10.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual int PageSize { get; set; }
Public Overridable Property PageSize As Integer
Get
Set
public:
virtual property int PageSize {
int get ();
void set (int value);
}
abstract PageSize : int with get, set
override PageSize : int with get, set
Property Value
Type:
Int32
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException | value is out of range. |
See Also