INavigationDataMapping.CssClassField Property
Specifies a data field that contains the name of a CSS class applied to a Menu/Context Menu/TreeView item.
Namespace: DevExpress.Blazor.Base
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
string CssClassField { get; set; }
Property Value
Type | Description |
---|---|
String | The field name. |
Remarks
Refer to the following topics about data binding and mappings:
- Accordion - Data Binding
- Context Menu - Data Binding
- Menu - Data Binding
- Toolbar - Data Binding
- TreeView - Data Binding
See Also