alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class CheckState

    Specifies the state of a control, such as a check box, that can be checked, unchecked, or set to an indeterminate state.

    Inheritance
    System.Object
    CheckState
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public sealed class CheckState : Enum

    Fields

    Checked

    Specifies the CheckBox Checked state.

    Declaration
    public const CheckState Checked
    Field Value
    Type
    CheckState

    Indeterminate

    Specifies the CheckBox Indeterminate state.

    Declaration
    public const CheckState Indeterminate
    Field Value
    Type
    CheckState

    Unchecked

    Specifies the CheckBox Checked state.

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