Skip to main content

ICellCustomizer Members

Defines classes that customize grid cells.

Properties

Name Description
BackgroundColor Specifies the cell background color.
BorderColor Specifies the color of the cell borders.
Font Specifies the font used to display data in grid cells.
HighlightColor Specifies the color used to highlight the cell content in custom user scenarios.
Padding Specifies the internal spaces between the cell content and borders.
SelectionColor Specifies the background color on selecting a cell.
SelectionFontColor Specifies the font color on selecting a cell.

Methods

Name Description
CreateCheckedImageSource() Sets up an image source for checked switches shown in switch columns.
CreateUnassignedImageSource() Sets up an image source for unassigned switches shown in switch columns.
CreateUncheckedImageSource() Sets up an image source for unchecked switches shown in switch columns.
LocateCellViewInRow(View, Rectangle, Boolean, Boolean, Boolean, Boolean) Locates the specified view within cell bounds.
See Also