Skip to main content
All docs
V25.1
  • ITreeList.SelectionMode Property

    Specifies selection mode.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(TreeListSelectionMode.Multiple)]
    TreeListSelectionMode SelectionMode { get; set; }

    Property Value

    Type Default Description
    TreeListSelectionMode Multiple

    An enumeration value.

    Available values:

    Name Description
    Multiple

    Multiple TreeList rows can be selected.

    Single

    Only a single TreeList row can be selected.

    Remarks

    Refer to the SelectionMode property description for more information and an example.

    See Also