menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataDateTimeVisibleColumnControl - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridDataDateTimeVisibleColumnControl

    Inheritance
    System.Object
    GridDataRowControl
    GridDataVisibleColumnControl
    GridDataDateTimeVisibleColumnControl
    Namespace: Syncfusion.Windows.Controls.Grid
    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

    IsButtonPopUpEnabledProperty

    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

    IsEnabledRepeatButtonProperty

    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

    IsScrollingOnCircleProperty

    IsScrollingOnCircle Dependency Property

    Declaration
    public static readonly DependencyProperty IsScrollingOnCircleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    IsVisibleRepeatButtonProperty

    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

    RepeatButtonBackgroundProperty

    RepeatButtonBackground Dependency Property

    Declaration
    public static readonly DependencyProperty RepeatButtonBackgroundProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    RepeatButtonBorderBrushProperty

    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
    Type
    System.Double

    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
    Type
    System.String

    DateTimePattern

    Gets or sets the DateTimePattern property. This dependency property indicates ....

    Declaration
    public DateTimePattern DateTimePattern { get; set; }
    Property Value
    Type
    DateTimePattern

    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
    Type
    System.Boolean

    IsAutoCorrect

    Gets or sets the IsAutoCorrect property. This dependency property indicates ....

    Declaration
    public bool IsAutoCorrect { get; set; }
    Property Value
    Type
    System.Boolean

    IsButtonPopUpEnabled

    Gets or sets the IsButtonPopUpEnabled property. This dependency property indicates ....

    Declaration
    public bool IsButtonPopUpEnabled { get; set; }
    Property Value
    Type
    System.Boolean

    IsCalendarEnabled

    Gets or sets the IsCalendarEnabled property. This dependency property indicates ....

    Declaration
    public bool IsCalendarEnabled { get; set; }
    Property Value
    Type
    System.Boolean

    IsEditable

    Gets or sets the IsEditable property. This dependency property indicates ....

    Declaration
    public bool IsEditable { get; set; }
    Property Value
    Type
    System.Boolean

    IsEmptyDateEnabled

    Gets or sets the IsEmptyDateEnabled property. This dependency property indicates ....

    Declaration
    public bool IsEmptyDateEnabled { get; set; }
    Property Value
    Type
    System.Boolean

    IsEnabledRepeatButton

    Gets or sets the IsEnabledRepeatButton property. This dependency property indicates ....

    Declaration
    public bool IsEnabledRepeatButton { get; set; }
    Property Value
    Type
    System.Boolean

    IsHoldMaxWidth

    Gets or sets the IsHoldMaxWidth property. This dependency property indicates ....

    Declaration
    public bool IsHoldMaxWidth { get; set; }
    Property Value
    Type
    System.Boolean

    IsPopupEnabled

    Gets or sets the IsPopupEnabled property. This dependency property indicates ....

    Declaration
    public bool IsPopupEnabled { get; set; }
    Property Value
    Type
    System.Boolean

    IsScrollingOnCircle

    Gets or sets the IsScrollingOnCircle property. This dependency property indicates ....

    Declaration
    public bool IsScrollingOnCircle { get; set; }
    Property Value
    Type
    System.Boolean

    IsVisibleRepeatButton

    Gets or sets the IsVisibleRepeatButton property. This dependency property indicates ....

    Declaration
    public bool IsVisibleRepeatButton { get; set; }
    Property Value
    Type
    System.Boolean

    IsWatchEnabled

    Gets or sets the IsWatchEnabled property. This dependency property indicates ....

    Declaration
    public bool IsWatchEnabled { get; set; }
    Property Value
    Type
    System.Boolean

    MaxDateTime

    Gets or sets the MaxDateTime property. This dependency property indicates ....

    Declaration
    public DateTime MaxDateTime { get; set; }
    Property Value
    Type
    System.DateTime

    MinDateTime

    Gets or sets the MinDateTime property. This dependency property indicates ....

    Declaration
    public DateTime MinDateTime { get; set; }
    Property Value
    Type
    System.DateTime

    NoneDateText

    Gets or sets the NoneDateText property. This dependency property indicates ....

    Declaration
    public string NoneDateText { get; set; }
    Property Value
    Type
    System.String

    RepeatButtonBackground

    Gets or sets the RepeatButtonBackground property. This dependency property indicates ....

    Declaration
    public Brush RepeatButtonBackground { get; set; }
    Property Value
    Type
    System.Windows.Media.Brush

    RepeatButtonBorderBrush

    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
    Type Name Description
    GridStyleInfo gridStyle
    Overrides
    GridDataVisibleColumnControl.InitializeGridStyle(GridStyleInfo)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved