DxAccordionDataMappingBase.AllowSelection Property
Specifies whether an item can be selected. 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 AllowSelection { get; set; }
Property Value
Type | Default | Description |
---|---|---|
String | null | The data field name. |
See Also