Class GridDataTimeSpanEditVisibleColumnControl
Inheritance
System.Object
GridDataTimeSpanEditVisibleColumnControl
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 |
Description |
System.Windows.DependencyProperty |
|
Format Dependency Property
Declaration
public static readonly DependencyProperty FormatProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
IncrementOnScrolling Dependency Property
Declaration
public static readonly DependencyProperty IncrementOnScrollingProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
MaxValueProperty
MaxValue Dependency Property
Declaration
public static readonly DependencyProperty MaxValueProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
MinValueProperty
MinValue Dependency Property
Declaration
public static readonly DependencyProperty MinValueProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
NullStringProperty
NullString Dependency Property
Declaration
public static readonly DependencyProperty NullStringProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
ShowArrowButtons Dependency Property
Declaration
public static readonly DependencyProperty ShowArrowButtonsProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Properties
AllowNull
Gets or sets the AllowNull property. This dependency property
indicates ....
Declaration
public bool AllowNull { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Gets or sets the Format property. This dependency property
indicates ....
Declaration
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
Gets or sets the IncrementOnScrolling property. This dependency property
indicates ....
Declaration
public bool IncrementOnScrolling { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MaxValue
Gets or sets the MaxValue property. This dependency property
indicates ....
Declaration
public TimeSpan MaxValue { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
MinValue
Gets or sets the MinValue property. This dependency property
indicates ....
Declaration
public TimeSpan MinValue { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
NullString
Gets or sets the NullString property. This dependency property
indicates ....
Declaration
public string NullString { get; set; }
Property Value
Type |
Description |
System.String |
|
Gets or sets the ShowArrowButtons property. This dependency property
indicates ....
Declaration
public bool ShowArrowButtons { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
InitializeGridStyle(GridStyleInfo)
Declaration
public override void InitializeGridStyle(GridStyleInfo gridStyle)
Parameters
Overrides