Class DateTimeEditStyleInfoStore
Provides storage for the DateTimeEditVisualStyle object.
Implements
Inherited Members
Namespace: Syncfusion.WinForms.Input.Styles
Assembly: Syncfusion.SfInput.WinForms.dll
Syntax
public class DateTimeEditStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
DateTimeEditStyleInfoStore()
Initializes a new instance of the DateTimeEditStyleInfoStore class.
Declaration
public DateTimeEditStyleInfoStore()
DateTimeEditStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the DateTimeEditStyleInfoStore class from a serialization stream.
Declaration
protected DateTimeEditStyleInfoStore(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 |
---|
StyleInfoProperty |
BorderColorProperty
Provides information about the BorderColor property.
Declaration
public static readonly StyleInfoProperty BorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledBackColorProperty
Provides information about the DisabledBackColor in disabled state.
Declaration
public static readonly StyleInfoProperty DisabledBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledForeColorProperty
Provides information about the DisabledForeColor in disabled state.
Declaration
public static readonly StyleInfoProperty DisabledForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DropDownProperty
Provides information about the DropDown property.
Declaration
public static readonly StyleInfoProperty DropDownProperty
Field Value
Type |
---|
StyleInfoProperty |
FocusedBorderColorProperty
Provides information about the FocusedBorderColor property.
Declaration
public static readonly StyleInfoProperty FocusedBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ForeColorProperty
Provides information about the ForeColor property.
Declaration
public static readonly StyleInfoProperty ForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverBorderColorProperty
Provides information about the HoverBorderColor property.
Declaration
public static readonly StyleInfoProperty HoverBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ToolTipStyleProperty
Provides information about the ToolTipStyle property.
Declaration
public static readonly StyleInfoProperty ToolTipStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
UpDownBackColorProperty
Provides information about the UpDownBackColor property.
Declaration
public static readonly StyleInfoProperty UpDownBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
UpDownForeColorProperty
Provides information about the UpDownForeColor property.
Declaration
public static readonly StyleInfoProperty UpDownForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
UpDownHoverBackColorProperty
Provides information about the UpDownHoverBackColor property.
Declaration
public static readonly StyleInfoProperty UpDownHoverBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
UpDownHoverForeColorProperty
Provides information about the UpDownHoverForeColor property.
Declaration
public static readonly StyleInfoProperty UpDownHoverForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
WatermarkForeColorProperty
Provides information about the WatermarkForeColor property.
Declaration
public static readonly StyleInfoProperty WatermarkForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the DateTimeEditStyleInfoStore class.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |