menu

WPF

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

    Show / Hide Table of Contents

    Class GridDataTimeSpanEditVisibleColumnControl

    Inheritance
    System.Object
    GridDataRowControl
    GridDataVisibleColumnControl
    GridDataTimeSpanEditVisibleColumnControl
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataTimeSpanEditVisibleColumnControl : GridDataVisibleColumnControl

    Constructors

    GridDataTimeSpanEditVisibleColumnControl()

    Declaration
    public GridDataTimeSpanEditVisibleColumnControl()

    Fields

    AllowNullProperty

    AllowNull Dependency Property

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

    FormatProperty

    Format Dependency Property

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

    IncrementOnScrollingProperty

    IncrementOnScrolling Dependency Property

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

    MaxValueProperty

    MaxValue Dependency Property

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

    MinValueProperty

    MinValue Dependency Property

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

    NullStringProperty

    NullString Dependency Property

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

    ShowArrowButtonsProperty

    ShowArrowButtons Dependency Property

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

    Properties

    AllowNull

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

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

    Format

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

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

    IncrementOnScrolling

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

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

    MaxValue

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

    Declaration
    public TimeSpan MaxValue { get; set; }
    Property Value
    Type
    System.TimeSpan

    MinValue

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

    Declaration
    public TimeSpan MinValue { get; set; }
    Property Value
    Type
    System.TimeSpan

    NullString

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

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

    ShowArrowButtons

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

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

    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