MobileForms Toolkit Documentation

Column.CustomizeCells Property

Gets or sets the boolean value indicating whether cells can be customized in the column.

public bool CustomizeCells {get; set;}

Property Value

true if cells can be customized, false otherwise.

Remarks

If CustomizeCells is set to true, then CustomizeCell event is called when creating cell cache to be displayed. Cells in such column are customizable, i.e. Text, Image and Style can be changed for each cell independently.

See Also

Column Class | Resco.Controls.SmartGrid Namespace