Class CheckListGroupItem
Represents the item class that provides the group items of the CheckListBox.
Inherited Members
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 |
|---|
| 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. |