Class CalendarStyleInfoStore
Provides storage for the CalendarVisualStyle object.
Implements
System.IDisposable
System.Runtime.Serialization.ISerializable
System.ICloneable
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.WinForms.Input.Styles
Assembly: Syncfusion.SfInput.WinForms.dll
Syntax
public class CalendarStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
CalendarStyleInfoStore()
Initializes a new instance of the CalendarStyleInfoStore class.
Declaration
public CalendarStyleInfoStore()
CalendarStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the CalendarStyleInfoStore class from a serialization stream.
Declaration
protected CalendarStyleInfoStore(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
BorderColorProperty
Gets the border color property of the SfDateTimeEdit
Declaration
public static readonly StyleInfoProperty BorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
CellProperty
Provides information about the Cell property.
Declaration
public static readonly StyleInfoProperty CellProperty
Field Value
Type |
---|
StyleInfoProperty |
FooterProperty
Provides information about the Footer property.
Declaration
public static readonly StyleInfoProperty FooterProperty
Field Value
Type |
---|
StyleInfoProperty |
HeaderProperty
Provides information about the Header property.
Declaration
public static readonly StyleInfoProperty HeaderProperty
Field Value
Type |
---|
StyleInfoProperty |
HorizontalSplitterColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty HorizontalSplitterColorProperty
Field Value
Type |
---|
StyleInfoProperty |
VerticalSplitterColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty VerticalSplitterColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the CalendarStyleInfoStore class.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Implements
System.IDisposable
System.Runtime.Serialization.ISerializable
System.ICloneable
System.Xml.Serialization.IXmlSerializable