Class CalendarCellStyleInfoStore
Contains the collection of CalendarCellStyleInfo properties.
Implements
Inherited Members
Namespace: Syncfusion.WinForms.Input.Styles
Assembly: Syncfusion.SfInput.WinForms.dll
Syntax
public class CalendarCellStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
CalendarCellStyleInfoStore()
Initializes a new instance of the CalendarCellStyleInfoStore class.
Declaration
public CalendarCellStyleInfoStore()
CalendarCellStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the CalendarCellStyleInfoStore class from a serialization stream.
Declaration
protected CalendarCellStyleInfoStore(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
BlackoutDatesBackColorProperty
Provides information about the BlackoutDatesBackColor property.
Declaration
public static readonly StyleInfoProperty BlackoutDatesBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BlackoutDatesFontProperty
Provides information about the BlackoutDatesFont property.
Declaration
public static readonly StyleInfoProperty BlackoutDatesFontProperty
Field Value
Type |
---|
StyleInfoProperty |
BlackoutDatesForeColorProperty
Provides information about the BlackoutDatesForeColor property.
Declaration
public static readonly StyleInfoProperty BlackoutDatesForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
CellBackColorProperty
Provides information about the CellBackColor property.
Declaration
public static readonly StyleInfoProperty CellBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
CellFontProperty
Provides information about the CellFont property.
Declaration
public static readonly StyleInfoProperty CellFontProperty
Field Value
Type |
---|
StyleInfoProperty |
CellForeColorProperty
Provides information about the CellForeColor property.
Declaration
public static readonly StyleInfoProperty CellForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
CellHoverBorderColorProperty
Provides information about the CellHoverBorderColor property.
Declaration
public static readonly StyleInfoProperty CellHoverBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SelectedCellBackColorProperty
Provides information about the SelectedCellBackColor property.
Declaration
public static readonly StyleInfoProperty SelectedCellBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SelectedCellBorderColorProperty
Provides information about the SelectedCellBorderColor property.
Declaration
public static readonly StyleInfoProperty SelectedCellBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SelectedCellFontProperty
Provides information about the SelectedCellFontproperty
Declaration
public static readonly StyleInfoProperty SelectedCellFontProperty
Field Value
Type |
---|
StyleInfoProperty |
SelectedCellForeColorProperty
Provides information about the SelectedCellForeColor property.
Declaration
public static readonly StyleInfoProperty SelectedCellForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SelectedCellHoverBorderColorProperty
Provides information about the SelectedCellHoverBorderColor property.
Declaration
public static readonly StyleInfoProperty SelectedCellHoverBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
TodayBackColorProperty
Provides information about the TodayBackColor property.
Declaration
public static readonly StyleInfoProperty TodayBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
TodayFontProperty
Provides information about the TodayFontproperty
Declaration
public static readonly StyleInfoProperty TodayFontProperty
Field Value
Type |
---|
StyleInfoProperty |
TodayForeColorproperty
Provides information about the TodayForeColor property.
Declaration
public static readonly StyleInfoProperty TodayForeColorproperty
Field Value
Type |
---|
StyleInfoProperty |
TodayHoverBorderColorProperty
Provides information about the TodayHoverBorderColor property.
Declaration
public static readonly StyleInfoProperty TodayHoverBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
TrailingCellBackColorProperty
Provides information about the TrailingCellBackColor property.
Declaration
public static readonly StyleInfoProperty TrailingCellBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
TrailingCellFontProperty
Provides information about the TrailingCellFont property.
Declaration
public static readonly StyleInfoProperty TrailingCellFontProperty
Field Value
Type |
---|
StyleInfoProperty |
TrailingCellForeColorProperty
Provides information about the TrailingCellForeColor property.
Declaration
public static readonly StyleInfoProperty TrailingCellForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
WeekNumberBackColorProperty
Provides information about the WeekNumberBackColor property.
Declaration
public static readonly StyleInfoProperty WeekNumberBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
WeekNumberFontProperty
Provides information about the WeekNumberFont property.
Declaration
public static readonly StyleInfoProperty WeekNumberFontProperty
Field Value
Type |
---|
StyleInfoProperty |
WeekNumberForeColorProperty
Provides information about the WeekNumberForeColor property.
Declaration
public static readonly StyleInfoProperty WeekNumberForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the CalendarCellStyleInfoStore class.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |