Skip to main content
All docs
V25.1
  • 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.v25.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