Class GroupViewItemStyleInfo
Represents the class to define the style for GroupViewItem control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class GroupViewItemStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
GroupViewItemStyleInfo()
Initializes a new instance of the GroupViewItemStyleInfo class.
Declaration
public GroupViewItemStyleInfo()
GroupViewItemStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the GroupViewItemStyleInfo class.
Declaration
public GroupViewItemStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A GroupViewItemStyleInfoIdentity that holds the identity for this GroupViewItemStyleInfoStore. |
GroupViewItemStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the GroupViewItemStyleInfo class.
Declaration
public GroupViewItemStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A GroupViewItemStyleInfoIdentity that holds the identity for this GroupViewItemStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
BackColor
Gets or sets the background color of the GroupViewItem control.
Declaration
[ThemeStudio(true)]
public Color BackColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to fill the background of the GroupViewItem. |
BorderColor
Gets or sets the border color of the GroupViewItem control.
Declaration
[ThemeStudio(true)]
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderThickness
Gets or sets the border thickness of the GroupViewItem control.
Declaration
[ThemeStudio(true)]
public int BorderThickness { get; set; }
Property Value
Type |
---|
System.Int32 |
DefaultStyle
Gets the default style value for the GroupViewItem control.
Declaration
public static GroupViewItemStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
GroupViewItemStyleInfo |
DisabledBackColor
Gets or sets the background color of the GroupViewItem control in the disabled state.
Declaration
[ThemeStudio(true)]
public Color DisabledBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DisabledBorderColor
Gets or sets the border color of the GroupViewItem control in disabled state.
Declaration
[ThemeStudio(true)]
public Color DisabledBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DisabledForeColor
Gets or sets the foreground value of the GroupViewItem control in disabled state.
Declaration
[ThemeStudio(true)]
public Color DisabledForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Font
Gets or sets the System.Drawing.Font value of the GroupViewItem control.
Declaration
public Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
ForeColor
Gets or sets the foreground color value of the GroupViewItem control.
Declaration
[ThemeStudio(true)]
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverBackColor
Gets or sets the background color of the GroupViewItem control in mouse hover state.
Declaration
[ThemeStudio(true)]
public Color HoverBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverBorderColor
Gets or sets the border color of the GroupViewItem control in mouse hover state.
Declaration
[ThemeStudio(true)]
public Color HoverBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverForeColor
Gets or sets the foreground color of the GroupViewItem control in hover state.
Declaration
[ThemeStudio(true)]
public Color HoverForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
SelectedBackColor
Gets or sets the background color of the GroupViewItem control in selected state.
Declaration
[ThemeStudio(true)]
public Color SelectedBackColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to fill the background of the GroupViewItem. |
SelectedBorderColor
Gets or sets the border color of the GroupViewItem control in selected state.
Declaration
[ThemeStudio(true)]
public Color SelectedBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
SelectedForeColor
Gets or sets the foreground color of the GroupViewItem control in selected state.
Declaration
[ThemeStudio(true)]
public Color SelectedForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
SelectedHoverBackColor
Gets or sets the hover background color of the GroupViewItem control in selected state.
Declaration
[ThemeStudio(true)]
public Color SelectedHoverBackColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to fill the background of the GroupViewItem. |
SelectedHoverBorderColor
Gets or sets the hover border color of the GroupViewItem control in selected state.
Declaration
[ThemeStudio(true)]
public Color SelectedHoverBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
SelectedHoverForeColor
Gets or sets the hover foreground color of the GroupViewItem control in selected state.
Declaration
[ThemeStudio(true)]
public Color SelectedHoverForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ToolTipBackColor
Gets or sets the tooltip background color value of the GroupViewItem control.
Declaration
[ThemeStudio(true)]
public Color ToolTipBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ToolTipBorderColor
Gets or sets the tooltip border color value of the GroupViewItem control in disabled state.
Declaration
[ThemeStudio(true)]
public Color ToolTipBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ToolTipForeColor
Gets or sets the tooltip foreground color value of the GroupViewItem control in disabled state.
Declaration
[ThemeStudio(true)]
public Color ToolTipForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the GroupViewItemStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |