Skip to main content

ThemeManager.ThemeChanged Event

Occurs after you either apply a new theme to a grid or call the ThemeManager.RefreshTheme method.

Namespace: DevExpress.Mobile.DataGrid.Theme

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

Declaration

public static event EventHandler ThemeChanged

Event Data

The ThemeChanged event's data class is EventArgs.

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.

By default, GridControl provides you with two predefined themes - Light and Dark. You can apply either of them to the control and then customize the theme appearance (if needed). For more information on working with grid themes, see examples in the Themes section.

See Also