Skip to main content

ThemeBase.Name Property

Gets the name of the applied grid theme.

Namespace: DevExpress.Mobile.DataGrid.Theme

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

Declaration

public string Name { get; }

Property Value

Type Description
String

A string that specifies the theme name.

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.

See Also