Skip to main content

DarkTheme Class

Provides access to the Dark grid theme.

Namespace: DevExpress.Mobile.DataGrid.Theme

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

Declaration

public class DarkTheme :
    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.

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

Inheritance

See Also