DxTreeViewDataMappingBase.Target Property
Namespace: DevExpress.Blazor.Base
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
[DefaultValue(null)]
[Parameter]
public string Target { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
String | null | The field name. |
#Remarks
Refer to the DxTreeViewDataMappingBase class description for more information and examples.