Class GridDataDateTimeVisibleColumnControl
Inheritance
System.Object
GridDataDateTimeVisibleColumnControl
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataDateTimeVisibleColumnControl : GridDataVisibleColumnControl
Constructors
GridDataDateTimeVisibleColumnControl()
Declaration
public GridDataDateTimeVisibleColumnControl()
Fields
AutoCorrectedHighlightDurationProperty
AutoCorrectedHighlightDuration Dependency Property
Declaration
public static readonly DependencyProperty AutoCorrectedHighlightDurationProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
CorrectForegroundProperty
CorrectForeground Dependency Property
Declaration
public static readonly DependencyProperty CorrectForegroundProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
CustomPatternProperty
CustomPattern Dependency Property
Declaration
public static readonly DependencyProperty CustomPatternProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
DateTimePatternProperty
DateTimePattern Dependency Property
Declaration
public static readonly DependencyProperty DateTimePatternProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
IncorrectForegroundProperty
IncorrectForeground Dependency Property
Declaration
public static readonly DependencyProperty IncorrectForegroundProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
IsAnimationProperty
IsAnimation Dependency Property
Declaration
public static readonly DependencyProperty IsAnimationProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
IsAutoCorrectProperty
IsAutoCorrect Dependency Property
Declaration
public static readonly DependencyProperty IsAutoCorrectProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
IsButtonPopUpEnabled Dependency Property
Declaration
public static readonly DependencyProperty IsButtonPopUpEnabledProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
IsCalendarEnabledProperty
IsCalendarEnabled Dependency Property
Declaration
public static readonly DependencyProperty IsCalendarEnabledProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
IsEditableProperty
IsEditable Dependency Property
Declaration
public static readonly DependencyProperty IsEditableProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
IsEmptyDateEnabledProperty
IsEmptyDateEnabled Dependency Property
Declaration
public static readonly DependencyProperty IsEmptyDateEnabledProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
IsEnabledRepeatButton Dependency Property
Declaration
public static readonly DependencyProperty IsEnabledRepeatButtonProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
IsHoldMaxWidthProperty
IsHoldMaxWidth Dependency Property
Declaration
public static readonly DependencyProperty IsHoldMaxWidthProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
IsPopupEnabledProperty
IsPopupEnabled Dependency Property
Declaration
public static readonly DependencyProperty IsPopupEnabledProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
IsScrollingOnCircle Dependency Property
Declaration
public static readonly DependencyProperty IsScrollingOnCircleProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
IsVisibleRepeatButton Dependency Property
Declaration
public static readonly DependencyProperty IsVisibleRepeatButtonProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
IsWatchEnabledProperty
IsWatchEnabled Dependency Property
Declaration
public static readonly DependencyProperty IsWatchEnabledProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
MaxDateTimeProperty
MaxDateTime Dependency Property
Declaration
public static readonly DependencyProperty MaxDateTimeProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
MinDateTimeProperty
MinDateTime Dependency Property
Declaration
public static readonly DependencyProperty MinDateTimeProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
NoneDateTextProperty
NoneDateText Dependency Property
Declaration
public static readonly DependencyProperty NoneDateTextProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
RepeatButtonBackground Dependency Property
Declaration
public static readonly DependencyProperty RepeatButtonBackgroundProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
RepeatButtonBorderBrush Dependency Property
Declaration
public static readonly DependencyProperty RepeatButtonBorderBrushProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
UncertainForegroundProperty
UncertainForeground Dependency Property
Declaration
public static readonly DependencyProperty UncertainForegroundProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Properties
AutoCorrectedHighlightDuration
Gets or sets the AutoCorrectedHighlightDuration property. This dependency property
indicates ....
Declaration
public double AutoCorrectedHighlightDuration { get; set; }
Property Value
Type |
Description |
System.Double |
|
CorrectForeground
Gets or sets the CorrectForeground property. This dependency property
indicates ....
Declaration
public Brush CorrectForeground { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
CustomPattern
Gets or sets the CustomPattern property. This dependency property
indicates ....
Declaration
public string CustomPattern { get; set; }
Property Value
Type |
Description |
System.String |
|
DateTimePattern
Gets or sets the DateTimePattern property. This dependency property
indicates ....
Declaration
public DateTimePattern DateTimePattern { get; set; }
Property Value
IncorrectForeground
Gets or sets the IncorrectForeground property. This dependency property
indicates ....
Declaration
public Brush IncorrectForeground { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
IsAnimation
Gets or sets the IsAnimation property. This dependency property
indicates ....
Declaration
public bool IsAnimation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAutoCorrect
Gets or sets the IsAutoCorrect property. This dependency property
indicates ....
Declaration
public bool IsAutoCorrect { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Gets or sets the IsButtonPopUpEnabled property. This dependency property
indicates ....
Declaration
public bool IsButtonPopUpEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCalendarEnabled
Gets or sets the IsCalendarEnabled property. This dependency property
indicates ....
Declaration
public bool IsCalendarEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsEditable
Gets or sets the IsEditable property. This dependency property
indicates ....
Declaration
public bool IsEditable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsEmptyDateEnabled
Gets or sets the IsEmptyDateEnabled property. This dependency property
indicates ....
Declaration
public bool IsEmptyDateEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Gets or sets the IsEnabledRepeatButton property. This dependency property
indicates ....
Declaration
public bool IsEnabledRepeatButton { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsHoldMaxWidth
Gets or sets the IsHoldMaxWidth property. This dependency property
indicates ....
Declaration
public bool IsHoldMaxWidth { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPopupEnabled
Gets or sets the IsPopupEnabled property. This dependency property
indicates ....
Declaration
public bool IsPopupEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Gets or sets the IsScrollingOnCircle property. This dependency property
indicates ....
Declaration
public bool IsScrollingOnCircle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Gets or sets the IsVisibleRepeatButton property. This dependency property
indicates ....
Declaration
public bool IsVisibleRepeatButton { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsWatchEnabled
Gets or sets the IsWatchEnabled property. This dependency property
indicates ....
Declaration
public bool IsWatchEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MaxDateTime
Gets or sets the MaxDateTime property. This dependency property
indicates ....
Declaration
public DateTime MaxDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
MinDateTime
Gets or sets the MinDateTime property. This dependency property
indicates ....
Declaration
public DateTime MinDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
NoneDateText
Gets or sets the NoneDateText property. This dependency property
indicates ....
Declaration
public string NoneDateText { get; set; }
Property Value
Type |
Description |
System.String |
|
Gets or sets the RepeatButtonBackground property. This dependency property
indicates ....
Declaration
public Brush RepeatButtonBackground { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
Gets or sets the RepeatButtonBorderBrush property. This dependency property
indicates ....
Declaration
public Brush RepeatButtonBorderBrush { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
UncertainForeground
Gets or sets the UncertainForeground property. This dependency property
indicates ....
Declaration
public Brush UncertainForeground { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
Methods
InitializeGridStyle(GridStyleInfo)
Declaration
public override void InitializeGridStyle(GridStyleInfo gridStyle)
Parameters
Overrides