AxpDataGrid

AxpDataGrid.DisplayType Property

Determine if AxpDataGrid should display as a grid, a form, or support both display modes.

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

Property Value

one of "default" or "form" or "grid"

Remarks

The default value enables both grid and form.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace