Class GroupView.ItemState
Represents the visual state of a GroupViewItem.
Inheritance
System.Object
GroupView.ItemState
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class ItemState : Enum
Fields
Highlight
Item is highlighted (e.g., on mouse hover).
Declaration
public const GroupView.ItemState Highlight
Field Value
| Type |
|---|
| GroupView.ItemState |
Normal
Item is in its default state.
Declaration
public const GroupView.ItemState Normal
Field Value
| Type |
|---|
| GroupView.ItemState |
Selected
Item is selected.
Declaration
public const GroupView.ItemState Selected
Field Value
| Type |
|---|
| GroupView.ItemState |
Selecting
Item is in the process of being selected.
Declaration
public const GroupView.ItemState Selecting
Field Value
| Type |
|---|
| GroupView.ItemState |