MobileForms Toolkit Documentation

CustomizeCellEventArgs.Cell Property

Gets or sets the cell that is going to be displayed by the SmartGrid.

public Cell Cell {get; set;}

Remarks

You can change the Text, Image and Style of the cell you want to customize.

For more advanced display, you can derive own cell type from Cell overriding the Draw method. Then you can set this property to set the own cell to be displayed in the grid.

See Also

CustomizeCellEventArgs Class | Resco.Controls.SmartGrid Namespace