DxAccordionDataMappingBase.Target Property
Specifies the target attribute’s value for the item. Map this property to a data source field.
Namespace: DevExpress.Blazor.Base
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(null)]
[Parameter]
public string Target { get; set; }
Property Value
Type | Default | Description |
---|---|---|
String | null | The data source field. |
Remarks
Refer to the DxAccordionDataMappingBase class description for more information and examples.
See Also