Skip to main content

LightTheme Class

Provides access to the Light grid theme.

Namespace: DevExpress.Mobile.DataGrid.Theme

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

Declaration

public class LightTheme :
    ThemeBase

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.

Light is one of the predefined GridControl themes. The Themes class stores available theme names. To apply the Light theme to a grid, assign the Themes.Light field to the ThemeManager.ThemeName property.

Inheritance

Object
ThemeBase
LightTheme
See Also