WPF

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

    Show / Hide Table of Contents

    Class CheckListGroupItem

    Represents the item class that provides the group items of the CheckListBox.

    Inheritance
    System.Object
    CheckListBoxItem
    CheckListGroupItem
    Inherited Members
    CheckListBoxItem.IsCheckedProperty
    CheckListBoxItem.OnApplyTemplate()
    CheckListBoxItem.OnMouseDown(MouseButtonEventArgs)
    CheckListBoxItem.IsChecked
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class CheckListGroupItem : CheckListBoxItem

    Constructors

    CheckListGroupItem()

    Declaration
    public CheckListGroupItem()

    Fields

    IsExpandedProperty

    Identifies the IsExpanded dependency property.

    Declaration
    public static readonly DependencyProperty IsExpandedProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty
    Remarks

    The identifier for the IsExpanded dependency property.

    Properties

    IsExpanded

    Gets or sets a value that indicates whether the group item is expanded.

    Declaration
    public bool IsExpanded { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the group item is expanded; otherwise, false.The default value is true.

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