Class SpreadsheetVisualStyleInfoStore
Provides storage for the SpreadsheetVisualStyle object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Spreadsheet
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class SpreadsheetVisualStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
SpreadsheetVisualStyleInfoStore()
Initializes a new instance of the SpreadsheetVisualStyleInfoStore class.
Declaration
public SpreadsheetVisualStyleInfoStore()
SpreadsheetVisualStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the SpreadsheetVisualStyleInfoStore class from a serialization stream.
Declaration
protected SpreadsheetVisualStyleInfoStore(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
ContextMenuStyleProperty
Provides information about the Syncfusion.Windows.Forms.Spreadsheet.SpreadsheetVisualStyle.ContextMenuStyle property.
Declaration
public static readonly StyleInfoProperty ContextMenuStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
FormulaBarStyleProperty
Provides information about the Syncfusion.Windows.Forms.Spreadsheet.SpreadsheetVisualStyle.FormulaBarStyle property.
Declaration
public static readonly StyleInfoProperty FormulaBarStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
GridLineColorProperty
Provides information about the GridLineColor property.
Declaration
public static readonly StyleInfoProperty GridLineColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HeaderStyleProperty
Provides information about the HeaderStyle property.
Declaration
public static readonly StyleInfoProperty HeaderStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
SelectionBackColorProperty
Provides information about the SelectionBackColor property.
Declaration
public static readonly StyleInfoProperty SelectionBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SelectionBorderColorProperty
Provides information about the SelectionBorderColor property.
Declaration
public static readonly StyleInfoProperty SelectionBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the SpreadsheetVisualStyleInfoStore class.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |