INavigationDataMapping Members
A base interface that defines a model for DxNavigationDataMappingBase<TModel>.
#Properties
Name | Description |
---|---|
Children |
Specifies a data field that contains a component item collection.
Inherited from IData |
Css |
Specifies a data field that contains the name of a CSS class applied to a Menu/Context Menu/Tree |
Enabled |
Specifies a data field that contains enablement settings for the current item. |
Icon |
Specifies a data field that contains an item icon’s CSS class. |
Icon |
Returns the URL of the icon. |
Key |
Specifies a data field that contains an item’s unique identifier.
Inherited from IData |
Level |
Specifies the item hierarchy level for which data mappings are applied.
Inherited from IData |
Model |
Specifies a delegate method to be executed once a model is updated.
Inherited from IData |
Name |
Specifies a data field that contains the unique identifier name for the current item. |
Parent |
Specifies a data field that contains a parent item’s identifier.
Inherited from IData |
Text |
Specifies a data field that contains the item text content. |
Visible |
Specifies a data field that contains visibility settings for the current item. |
See Also