menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupColorItem - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GroupColorItem

    Represents a group color item values for the ColorPickerUIAdv.

    Inheritance
    System.Object
    ColorItemBase
    ColorItem
    GroupColorItem
    Inherited Members
    ColorItem.Bounds
    ColorItem.Color
    ColorItem.ColorChanged
    ColorItem.CreateAccessibilityInstance()
    ColorItem.Index
    ColorItem.OnColorChanged(EventArgs)
    ColorItem.State
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class GroupColorItem : ColorItem

    Constructors

    GroupColorItem(ColorUIAdvGroup, Color)

    Initialize a new instance of the GroupColorItem class.

    Declaration
    public GroupColorItem(ColorUIAdvGroup group, Color color)
    Parameters
    Type Name Description
    ColorUIAdvGroup group

    The color group item.

    System.Drawing.Color color

    The color value.

    GroupColorItem(Color)

    Initialize a new instance of the GroupColorItem class.

    Declaration
    public GroupColorItem(Color color)
    Parameters
    Type Name Description
    System.Drawing.Color color

    The color value.

    Properties

    Group

    Gets or sets the group value.

    Declaration
    public ColorUIAdvGroup Group { get; set; }
    Property Value
    Type
    ColorUIAdvGroup

    SubItems

    Gets or sets the sub items of GroupColorItem.

    Declaration
    public ColorItemCollection SubItems { get; set; }
    Property Value
    Type
    ColorItemCollection
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved