alexa
menu

WPF

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

    Show / Hide Table of Contents

    Enum CheckState

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

    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public enum CheckState

    Fields

    Name Description
    Checked

    Specifies the CheckBox Checked state.

    Indeterminate

    Specifies the CheckBox Indeterminate state.

    Unchecked

    Specifies the CheckBox Checked state.

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved