AxpDataGrid

AxpDataGrid.DisableNavBarLastPageBtn Property

Whether the "Last page" button on the navigation bar should be disabled.

[Visual Basic]
Public Property DisableNavBarLastPageBtn As Boolean
[C#]
public bool DisableNavBarLastPageBtn {get; set;}

Property Value

true if the "Last page" button in the navigation bar should be disabled, false otherwise. Default is false.

Remarks

Disabling this button might be useful for slow queries with very large recordsets.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace