Class PivotGridControlStyleInfoStore
Provides storage for the PivotGridControlVisualStyle object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.PivotAnalysis
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public class PivotGridControlStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
PivotGridControlStyleInfoStore()
Initializes a new instance of the GridControlStyleInfoStore class.
Declaration
public PivotGridControlStyleInfoStore()
PivotGridControlStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the GridControlStyleInfoStore class from a serialization stream.
Declaration
protected PivotGridControlStyleInfoStore(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | An object that holds all the data needed to serialize or deserialize this instance. |
System.Runtime.Serialization.StreamingContext | context | Describes the source and destination of the serialized stream specified by info. |
Fields
ComputationInfoDialogStyleProperty
Provides information about the ComputationInfoDialogStyle property.
Declaration
public static readonly StyleInfoProperty ComputationInfoDialogStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
EditMenuStyleProperty
Provides information about the EditMenuStyle property.
Declaration
public static readonly StyleInfoProperty EditMenuStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
ExpanderStyleProperty
Provides information about the ExpanderStyle property.
Declaration
public static readonly StyleInfoProperty ExpanderStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
FilterDropDownStyleProperty
Provides information about the FilterDropDownStyle property.
Declaration
public static readonly StyleInfoProperty FilterDropDownStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
GroupBarItemStyleProperty
Provides information about the GroupBarItemStyle property.
Declaration
public static readonly StyleInfoProperty GroupBarItemStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
GroupBarStyleProperty
Provides information about the GroupBarStyle property.
Declaration
public static readonly StyleInfoProperty GroupBarStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
HeaderCellStyleProperty
Provides information about the HeaderCellStyle property.
Declaration
public static readonly StyleInfoProperty HeaderCellStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
PivotValueChooserStyleProperty
Provides information about the PivotValueChooserStyle property.
Declaration
public static readonly StyleInfoProperty PivotValueChooserStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
SchemaDesignerItemStyleProperty
Provides information about the SchemaDesignerItemStyle property.
Declaration
public static readonly StyleInfoProperty SchemaDesignerItemStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
SchemaDesignerStyleProperty
Provides information about the SchemaDesignerStyle property.
Declaration
public static readonly StyleInfoProperty SchemaDesignerStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
SummaryCellStyleProperty
Provides information about the SummaryCellStyle property.
Declaration
public static readonly StyleInfoProperty SummaryCellStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
ValueCellStyleProperty
Provides information about the ValueCellStyle property.
Declaration
public static readonly StyleInfoProperty ValueCellStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |