AxpDataGrid

AxpDataGrid.CurrentMode Property

Gets a value representing the current display mode.

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

Property Value

A string representing the current display mode.

Remarks

One of "formview", "formedit", "formadd", "grid"
Available in the grid's Load Event (or after a call to DataBind if UseDataBinding=True).

See Also

AxpDataGrid Class | Axezz.WebControls Namespace