Class GridDateTimeEditStyleInfoStore
Implements the data store for the GridDateTimeEditStyleInfo object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
[StaticDataField("sd")]
public class GridDateTimeEditStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ICloneable, IXmlSerializable
Constructors
GridDateTimeEditStyleInfoStore()
Initializes a new empty GridDateTimeEditStyleInfoStore.
Declaration
public GridDateTimeEditStyleInfoStore()
Fields
AutoCorrectedHighlightDurationProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty AutoCorrectedHighlightDurationProperty
Field Value
Type |
---|
StyleInfoProperty |
CanEditProperty
Declaration
public static readonly StyleInfoProperty CanEditProperty
Field Value
Type |
---|
StyleInfoProperty |
CaretTemplateProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty CaretTemplateProperty
Field Value
Type |
---|
StyleInfoProperty |
CloseCalendarActionProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty CloseCalendarActionProperty
Field Value
Type |
---|
StyleInfoProperty |
CorrectForegroundProperty
Provides information about the CorrectForeground property.
Declaration
public static readonly StyleInfoProperty CorrectForegroundProperty
Field Value
Type |
---|
StyleInfoProperty |
CursorProperty
Provides information about the Cursor property.
Declaration
public static readonly StyleInfoProperty CursorProperty
Field Value
Type |
---|
StyleInfoProperty |
CustomPatternProperty
Provides information about the CustomPattern property.
Declaration
public static readonly StyleInfoProperty CustomPatternProperty
Field Value
Type |
---|
StyleInfoProperty |
DateTimePatternProperty
Provides information about the DateTimePattern property.
Declaration
public static readonly StyleInfoProperty DateTimePatternProperty
Field Value
Type |
---|
StyleInfoProperty |
IncorrectForegroundProperty
Provides information about the IncorrectForeground property.
Declaration
public static readonly StyleInfoProperty IncorrectForegroundProperty
Field Value
Type |
---|
StyleInfoProperty |
IsAnimationProperty
Provides information about the IsAnimation property.
Declaration
public static readonly StyleInfoProperty IsAnimationProperty
Field Value
Type |
---|
StyleInfoProperty |
IsAutoCorrectProperty
Provides information about the IsAutoCorrect property.
Declaration
public static readonly StyleInfoProperty IsAutoCorrectProperty
Field Value
Type |
---|
StyleInfoProperty |
IsButtonPopUpEnabledProperty
Provides information about the IsButtonPopUpEnabled property.
Declaration
public static readonly StyleInfoProperty IsButtonPopUpEnabledProperty
Field Value
Type |
---|
StyleInfoProperty |
IsCalendarEnabledProperty
Provides information about the IsCalendarEnabled property.
Declaration
public static readonly StyleInfoProperty IsCalendarEnabledProperty
Field Value
Type |
---|
StyleInfoProperty |
IsEditableProperty
Provides information about the IsEditable property.
Declaration
public static readonly StyleInfoProperty IsEditableProperty
Field Value
Type |
---|
StyleInfoProperty |
IsEmptyDateEnabledProperty
Provides information about the IsEmptyDateEnabled property.
Declaration
public static readonly StyleInfoProperty IsEmptyDateEnabledProperty
Field Value
Type |
---|
StyleInfoProperty |
IsEnabledRepeatButtonProperty
Provides information about the IsEnabledRepeatButton property.
Declaration
public static readonly StyleInfoProperty IsEnabledRepeatButtonProperty
Field Value
Type |
---|
StyleInfoProperty |
IsHoldMaxWidthProperty
Provides information about the IsHoldMaxWidth property.
Declaration
public static readonly StyleInfoProperty IsHoldMaxWidthProperty
Field Value
Type |
---|
StyleInfoProperty |
IsPopupEnabledProperty
Provides information about the IsPopupEnabled property.
Declaration
public static readonly StyleInfoProperty IsPopupEnabledProperty
Field Value
Type |
---|
StyleInfoProperty |
IsScrollingOnCircleProperty
Provides information about the IsScrollingOnCircle property.
Declaration
public static readonly StyleInfoProperty IsScrollingOnCircleProperty
Field Value
Type |
---|
StyleInfoProperty |
IsVisibleRepeatButtonProperty
Provides information about the IsVisibleRepeatButton property.
Declaration
public static readonly StyleInfoProperty IsVisibleRepeatButtonProperty
Field Value
Type |
---|
StyleInfoProperty |
IsWatchEnabledProperty
Provides information about the IsWatchEnabled property.
Declaration
public static readonly StyleInfoProperty IsWatchEnabledProperty
Field Value
Type |
---|
StyleInfoProperty |
MaxDateTimeProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty MaxDateTimeProperty
Field Value
Type |
---|
StyleInfoProperty |
MinDateTimeProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty MinDateTimeProperty
Field Value
Type |
---|
StyleInfoProperty |
NoneDateTextProperty
Provides information about the NoneDateText property.
Declaration
public static readonly StyleInfoProperty NoneDateTextProperty
Field Value
Type |
---|
StyleInfoProperty |
PopupDelayProperty
Provides information about the PopupDelay property.
Declaration
public static readonly StyleInfoProperty PopupDelayProperty
Field Value
Type |
---|
StyleInfoProperty |
RepeatButtonBackgroundProperty
Provides information about the RepeatButtonBackground property.
Declaration
public static readonly StyleInfoProperty RepeatButtonBackgroundProperty
Field Value
Type |
---|
StyleInfoProperty |
RepeatButtonBorderBrushProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty RepeatButtonBorderBrushProperty
Field Value
Type |
---|
StyleInfoProperty |
UncertainForegroundProperty
Provides information about the UncertainForeground property.
Declaration
public static readonly StyleInfoProperty UncertainForegroundProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Methods
Clone()
Creates a copy of the current object.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | A duplicate of the current object. |