Enum GroupView.ItemState
Represents the visual state of a GroupViewItem.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum ItemState
Fields
| Name | Description |
|---|---|
| Highlight | Item is highlighted (e.g., on mouse hover). |
| Normal | Item is in its default state. |
| Selected | Item is selected. |
| Selecting | Item is in the process of being selected. |