Class GroupBarStyleInfo
Represents the class to define the style for items used in GroupBar control.
Inheritance
System.Object
GroupBarStyleInfo
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Forms.PivotAnalysis
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public class GroupBarStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
GroupBarStyleInfo()
It contains the value of the GroupBarStyleInfo property.
Declaration
public GroupBarStyleInfo()
GroupBarStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the GroupBarStyleInfo class.
Declaration
public GroupBarStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this GroupBarStyleInfoStore. |
GroupBarStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the GroupBarStyleInfo class.
Declaration
public GroupBarStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this GroupBarStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
BackColor
Gets or sets the grouping bar background color.
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default values of GroupBarStyleInfo instance.
Declaration
public static GroupBarStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
GroupBarStyleInfo |
FilterAreaBackColor
Gets or sets the filter header background color.
Declaration
[ThemeStudio]
public Color FilterAreaBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the GroupBarStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |
Overrides
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable