alexa
menu

WinForms

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

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved