Skip to main content
A newer version of this page is available. .

INavigationDataMapping Properties

A base interface that defines a model for DxNavigationDataMappingBase<TModel>.
Name Description
ChildrenField Specifies a data field that contains a component item collection. Inherited from IDataMapping.
IconCssClassField Specifies a data field that contains an item icon’s CSS class.
IconUrlField Returns the URL of the icon.
KeyField Specifies a data field that contains an item’s unique identifier. Inherited from IDataMapping.
Level Specifies the item hierarchy level for which data mappings are applied. Inherited from IDataMapping.
ModelUpdated Specifies a delegate method to be executed once a model is updated. Inherited from IDataMapping.
NameField Specifies a data field that contains the unique identifier name for the current item.
ParentKeyField Specifies a data field that contains a parent item’s identifier. Inherited from IDataMapping.
TextField Specifies a data field that contains the item text content.
See Also