Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectionType

    Defines types to be used as the SelectionType.

    Inheritance
    System.Object
    SelectionType
    Namespace: Syncfusion.Blazor.Kanban
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class SelectionType : Enum

    Fields

    Multiple

    Defines the SelectionType as Multiple.

    Declaration
    public const SelectionType Multiple
    Field Value
    Type Description
    SelectionType

    None

    Defines the SelectionType as None.

    Declaration
    public const SelectionType None
    Field Value
    Type Description
    SelectionType

    Single

    Defines the SelectionType as Single.

    Declaration
    public const SelectionType Single
    Field Value
    Type Description
    SelectionType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved