SpreadsheetHeaderStyleInfoStore Class
Provides storage for the SpreadsheetHeaderStyleInfo object.
Inheritance
System.Object
SpreadsheetHeaderStyleInfoStore
Namespace: Syncfusion.Windows.Forms.Spreadsheet
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class SpreadsheetHeaderStyleInfoStore : VisualStyleInfoStore
Constructors
SpreadsheetHeaderStyleInfoStore()
Initializes a new instance of the SpreadsheetHeaderStyleInfoStore class.
Declaration
public SpreadsheetHeaderStyleInfoStore()
SpreadsheetHeaderStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the SpreadsheetHeaderStyleInfoStore class from a serialization stream.
Declaration
protected SpreadsheetHeaderStyleInfoStore(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
BackColorProperty
Provides information about the BackColor property.
Declaration
public static readonly StyleInfoProperty BackColorProperty
Field Value
Type |
---|
Syncfusion.Styles.StyleInfoProperty |
ForeColorProperty
Provides information about the ForeColor property.
Declaration
public static readonly StyleInfoProperty ForeColorProperty
Field Value
Type |
---|
Syncfusion.Styles.StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the SpreadsheetHeaderStyleInfoStore class.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
Syncfusion.Styles.StaticData |