Class FilterDropDownStyleInfo
Represents the class to define the style for items used in FilterDropDown control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.PivotAnalysis
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public class FilterDropDownStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
FilterDropDownStyleInfo()
It contains the value of the FilterDropDownStyleInfo property.
Declaration
public FilterDropDownStyleInfo()
FilterDropDownStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the FilterDropDownStyleInfo class.
Declaration
public FilterDropDownStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this FilterDropDownStyleInfoStore. |
FilterDropDownStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the FilterDropDownStyleInfo class.
Declaration
public FilterDropDownStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this FilterDropDownStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
BackColor
Gets or sets the filter drop down background color.
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Gets or sets the filter drop down border color.
Declaration
[ThemeStudio]
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default values of FilterDropDownStyleInfo instance.
Declaration
public static FilterDropDownStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
FilterDropDownStyleInfo |
ForeColor
Gets or sets the fore color of the filter drop down item's text.
Declaration
[ThemeStudio]
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the FilterDropDownStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |