ThemeManager.ThemeChanged Event
In This Article
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 Grid
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