Class ExpanderStyleInfo
Represents the class to define the style for items used in
Inheritance
System.Object
ExpanderStyleInfo
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 ExpanderStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
ExpanderStyleInfo()
It contains the value of the ExpanderStyleInfo property.
Declaration
public ExpanderStyleInfo()
ExpanderStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the ExpanderStyleInfo class.
Declaration
public ExpanderStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this ExpanderStyleInfoStore. |
ExpanderStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the ExpanderStyleInfo class.
Declaration
public ExpanderStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this ExpanderStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
DefaultStyle
Gets the default values of ExpanderStyleInfo instance.
Declaration
public static ExpanderStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
ExpanderStyleInfo |
Methods
GetDefaultStyle()
Gets the default style value of the ExpanderStyleInfo 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