Back to Devexpress

DxTreeViewDataMappingBase.Target Property

blazor-devexpress-dot-blazor-dot-base-dot-dxtreeviewdatamappingbase-8dfe44c5.md

latest1.2 KB
Original Source

DxTreeViewDataMappingBase.Target Property

Specifies the target attribute’s value for the node. Map this property to a data source field.

Namespace : DevExpress.Blazor.Base

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(null)]
[Parameter]
public string Target { get; set; }

Property Value

TypeDefaultDescription
Stringnull

The field name.

|

Remarks

Refer to the DxTreeViewDataMappingBase class description for additional information and examples.

See Also

DxTreeViewDataMappingBase Class

DxTreeViewDataMappingBase Members

DevExpress.Blazor.Base Namespace