alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class CheckBoxSelectionMode

    Defines the constants that specifies the possible checkbox selection types in sflistview

    Inheritance
    System.Object
    CheckBoxSelectionMode
    Namespace: Syncfusion.WinForms.ListView.Enums
    Assembly: Syncfusion.SfListView.WinForms.dll
    Syntax
    public sealed class CheckBoxSelectionMode : Enum

    Fields

    CheckOnItemClick

    It species the CheckOnItemClick selection to row, only on single selection mode.

    Declaration
    public const CheckBoxSelectionMode CheckOnItemClick
    Field Value
    Type
    CheckBoxSelectionMode

    Default

    It species the default selection to row

    Declaration
    public const CheckBoxSelectionMode Default
    Field Value
    Type
    CheckBoxSelectionMode

    SelectOnCheck

    It species the selectoncheck to row

    Declaration
    public const CheckBoxSelectionMode SelectOnCheck
    Field Value
    Type
    CheckBoxSelectionMode

    SynchronizeSelection

    It species the synchronize selection to row

    Declaration
    public const CheckBoxSelectionMode SynchronizeSelection
    Field Value
    Type
    CheckBoxSelectionMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved