AxpDataGrid

AxpDataGrid.DisplayNavBarTextOptions Property

Set the Navigation Bar display options.

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

Property Value

One of: "both" or "records" or "pages" or "none".

Remarks

Default="both".
"records" = the string "Record i..j of n" should be displayed.
"pages" = the string "Page i of n" should be displayed.
"both" = display both strings.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace