AxpDataGrid

AxpDataGrid.ApplyCellFormattingToForm Property

Wheter the GridFreeFormatCell and GridFormatCellFunction formatting should apply to Form view as well as Grid view.

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

Property Value

true if GridFreeFormatCell and GridFormatCellFunction formatting 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