Skip to main content

IGridControlCustomizer Interface

Defines classes that customize the GridControl.

Namespace: DevExpress.Mobile.DataGrid.Theme

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

public interface IGridControlCustomizer

The following members return IGridControlCustomizer objects:

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

To customize the grid’s background color, use the IGridControlCustomizer.BackgroundColor property.

To customize the grid’s borders, use the IGridControlCustomizer.BorderColor and IGridControlCustomizer.BorderThickness properties.

See Also