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 |
System.Windows.DependencyProperty |
CorrectForegroundProperty
CorrectForeground Dependency Property
Declaration
public static readonly DependencyProperty CorrectForegroundProperty
Field Value
Type |
System.Windows.DependencyProperty |
CustomPatternProperty
CustomPattern Dependency Property
Declaration
public static readonly DependencyProperty CustomPatternProperty
Field Value
Type |
System.Windows.DependencyProperty |
DateTimePatternProperty
DateTimePattern Dependency Property
Declaration
public static readonly DependencyProperty DateTimePatternProperty
Field Value
Type |
System.Windows.DependencyProperty |
IncorrectForegroundProperty
IncorrectForeground Dependency Property
Declaration
public static readonly DependencyProperty IncorrectForegroundProperty
Field Value
Type |
System.Windows.DependencyProperty |
IsAnimationProperty
IsAnimation Dependency Property
Declaration
public static readonly DependencyProperty IsAnimationProperty
Field Value
Type |
System.Windows.DependencyProperty |
IsAutoCorrectProperty
IsAutoCorrect Dependency Property
Declaration
public static readonly DependencyProperty IsAutoCorrectProperty
Field Value
Type |
System.Windows.DependencyProperty |
IsButtonPopUpEnabled Dependency Property
Declaration
public static readonly DependencyProperty IsButtonPopUpEnabledProperty
Field Value
Type |
System.Windows.DependencyProperty |
IsCalendarEnabledProperty
IsCalendarEnabled Dependency Property
Declaration
public static readonly DependencyProperty IsCalendarEnabledProperty
Field Value
Type |
System.Windows.DependencyProperty |
IsEditableProperty
IsEditable Dependency Property
Declaration
public static readonly DependencyProperty IsEditableProperty
Field Value
Type |
System.Windows.DependencyProperty |
IsEmptyDateEnabledProperty
IsEmptyDateEnabled Dependency Property
Declaration
public static readonly DependencyProperty IsEmptyDateEnabledProperty
Field Value
Type |
System.Windows.DependencyProperty |
IsEnabledRepeatButton Dependency Property
Declaration
public static readonly DependencyProperty IsEnabledRepeatButtonProperty
Field Value
Type |
System.Windows.DependencyProperty |
IsHoldMaxWidthProperty
IsHoldMaxWidth Dependency Property
Declaration
public static readonly DependencyProperty IsHoldMaxWidthProperty
Field Value
Type |
System.Windows.DependencyProperty |
IsPopupEnabledProperty
IsPopupEnabled Dependency Property
Declaration
public static readonly DependencyProperty IsPopupEnabledProperty
Field Value
Type |
System.Windows.DependencyProperty |
IsScrollingOnCircle Dependency Property
Declaration
public static readonly DependencyProperty IsScrollingOnCircleProperty
Field Value
Type |
System.Windows.DependencyProperty |
IsVisibleRepeatButton Dependency Property
Declaration
public static readonly DependencyProperty IsVisibleRepeatButtonProperty
Field Value
Type |
System.Windows.DependencyProperty |
IsWatchEnabledProperty
IsWatchEnabled Dependency Property
Declaration
public static readonly DependencyProperty IsWatchEnabledProperty
Field Value
Type |
System.Windows.DependencyProperty |
MaxDateTimeProperty
MaxDateTime Dependency Property
Declaration
public static readonly DependencyProperty MaxDateTimeProperty
Field Value
Type |
System.Windows.DependencyProperty |
MinDateTimeProperty
MinDateTime Dependency Property
Declaration
public static readonly DependencyProperty MinDateTimeProperty
Field Value
Type |
System.Windows.DependencyProperty |
NoneDateTextProperty
NoneDateText Dependency Property
Declaration
public static readonly DependencyProperty NoneDateTextProperty
Field Value
Type |
System.Windows.DependencyProperty |
RepeatButtonBackground Dependency Property
Declaration
public static readonly DependencyProperty RepeatButtonBackgroundProperty
Field Value
Type |
System.Windows.DependencyProperty |
RepeatButtonBorderBrush Dependency Property
Declaration
public static readonly DependencyProperty RepeatButtonBorderBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
UncertainForegroundProperty
UncertainForeground Dependency Property
Declaration
public static readonly DependencyProperty UncertainForegroundProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
AutoCorrectedHighlightDuration
Gets or sets the AutoCorrectedHighlightDuration property. This dependency property
indicates ....
Declaration
public double AutoCorrectedHighlightDuration { get; set; }
Property Value
CorrectForeground
Gets or sets the CorrectForeground property. This dependency property
indicates ....
Declaration
public Brush CorrectForeground { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
CustomPattern
Gets or sets the CustomPattern property. This dependency property
indicates ....
Declaration
public string CustomPattern { get; set; }
Property Value
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 |
System.Windows.Media.Brush |
IsAnimation
Gets or sets the IsAnimation property. This dependency property
indicates ....
Declaration
public bool IsAnimation { get; set; }
Property Value
IsAutoCorrect
Gets or sets the IsAutoCorrect property. This dependency property
indicates ....
Declaration
public bool IsAutoCorrect { get; set; }
Property Value
Gets or sets the IsButtonPopUpEnabled property. This dependency property
indicates ....
Declaration
public bool IsButtonPopUpEnabled { get; set; }
Property Value
IsCalendarEnabled
Gets or sets the IsCalendarEnabled property. This dependency property
indicates ....
Declaration
public bool IsCalendarEnabled { get; set; }
Property Value
IsEditable
Gets or sets the IsEditable property. This dependency property
indicates ....
Declaration
public bool IsEditable { get; set; }
Property Value
IsEmptyDateEnabled
Gets or sets the IsEmptyDateEnabled property. This dependency property
indicates ....
Declaration
public bool IsEmptyDateEnabled { get; set; }
Property Value
Gets or sets the IsEnabledRepeatButton property. This dependency property
indicates ....
Declaration
public bool IsEnabledRepeatButton { get; set; }
Property Value
IsHoldMaxWidth
Gets or sets the IsHoldMaxWidth property. This dependency property
indicates ....
Declaration
public bool IsHoldMaxWidth { get; set; }
Property Value
IsPopupEnabled
Gets or sets the IsPopupEnabled property. This dependency property
indicates ....
Declaration
public bool IsPopupEnabled { get; set; }
Property Value
Gets or sets the IsScrollingOnCircle property. This dependency property
indicates ....
Declaration
public bool IsScrollingOnCircle { get; set; }
Property Value
Gets or sets the IsVisibleRepeatButton property. This dependency property
indicates ....
Declaration
public bool IsVisibleRepeatButton { get; set; }
Property Value
IsWatchEnabled
Gets or sets the IsWatchEnabled property. This dependency property
indicates ....
Declaration
public bool IsWatchEnabled { get; set; }
Property Value
MaxDateTime
Gets or sets the MaxDateTime property. This dependency property
indicates ....
Declaration
public DateTime MaxDateTime { get; set; }
Property Value
MinDateTime
Gets or sets the MinDateTime property. This dependency property
indicates ....
Declaration
public DateTime MinDateTime { get; set; }
Property Value
NoneDateText
Gets or sets the NoneDateText property. This dependency property
indicates ....
Declaration
public string NoneDateText { get; set; }
Property Value
Gets or sets the RepeatButtonBackground property. This dependency property
indicates ....
Declaration
public Brush RepeatButtonBackground { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Gets or sets the RepeatButtonBorderBrush property. This dependency property
indicates ....
Declaration
public Brush RepeatButtonBorderBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
UncertainForeground
Gets or sets the UncertainForeground property. This dependency property
indicates ....
Declaration
public Brush UncertainForeground { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Methods
InitializeGridStyle(GridStyleInfo)
Declaration
public override void InitializeGridStyle(GridStyleInfo gridStyle)
Parameters
Overrides