IDataMapping.Level Property
Specifies the item hierarchy level for which data mappings are applied.
Namespace: DevExpress.Blazor.Base
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
int Level { get; set; }
Property Value
Type | Description |
---|---|
Int32 | The item hierarchy level for which mappings are applied. |
Remarks
Refer to the DxDataMappingBase<TModel> class description for more information and examples.
See Also