Class GroupColorItem
Represents a group color item values for the ColorPickerUIAdv.
Inherited Members
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. |
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 |