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 |
System.Windows.DependencyProperty |
Format Dependency Property
Declaration
public static readonly DependencyProperty FormatProperty
Field Value
Type |
System.Windows.DependencyProperty |
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 |
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
Gets or sets the Format property. This dependency property
indicates ....
Declaration
public string Format { get; set; }
Property Value
Gets or sets the IncrementOnScrolling property. This dependency property
indicates ....
Declaration
public bool IncrementOnScrolling { get; set; }
Property Value
MaxValue
Gets or sets the MaxValue property. This dependency property
indicates ....
Declaration
public TimeSpan MaxValue { get; set; }
Property Value
MinValue
Gets or sets the MinValue property. This dependency property
indicates ....
Declaration
public TimeSpan MinValue { get; set; }
Property Value
NullString
Gets or sets the NullString property. This dependency property
indicates ....
Declaration
public string NullString { get; set; }
Property Value
Gets or sets the ShowArrowButtons property. This dependency property
indicates ....
Declaration
public bool ShowArrowButtons { get; set; }
Property Value
Methods
InitializeGridStyle(GridStyleInfo)
Declaration
public override void InitializeGridStyle(GridStyleInfo gridStyle)
Parameters
Overrides