AxpDataGrid

AxpDataGrid.RecordsPerPageOptions Property

Gets or sets the content of the Drop-down list for selecting Number of Records per page.

[Visual Basic]
Public Property RecordsPerPageOptions As String
[C#]
public string RecordsPerPageOptions {get; set;}

Property Value

Comma separated list of numbers representing records per page entries in the drop down list.

Remarks

Default is "5,10,20,30,40,50,100,200"

See Also

AxpDataGrid Class | Axezz.WebControls Namespace