AxpDataGrid

AxpDataGrid.ApplyColFormattingToForm Property

Whether the Column formatting set using SetGridColAttributes or GridColumns.CellHtmlAttributes should apply to Form view as well as Grid view.

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

Property Value

true if the Column formatting set using SetGridColAttributes or GridColumns.CellHtmlAttributes should apply to Form view as well as Grid view, false otherwise. Default is true, unless FormSQL is set, then the default is false.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace