Class GridDataUpDownEditVisibleColumnControl
Inheritance
System.Object
GridDataUpDownEditVisibleColumnControl
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataUpDownEditVisibleColumnControl : GridDataNumberFormatStyleControl
Constructors
GridDataUpDownEditVisibleColumnControl()
Declaration
public GridDataUpDownEditVisibleColumnControl()
Fields
AnimationSpeedProperty
AnimationSpeed Dependency Property
Declaration
public static readonly DependencyProperty AnimationSpeedProperty
Field Value
Type |
System.Windows.DependencyProperty |
FocusedBackgroundProperty
FocusedBackground Dependency Property
Declaration
public static readonly DependencyProperty FocusedBackgroundProperty
Field Value
Type |
System.Windows.DependencyProperty |
FocusedBorderBrushProperty
FocusedBorderBrush Dependency Property
Declaration
public static readonly DependencyProperty FocusedBorderBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
FocusedForegroundProperty
FocusedForeground Dependency Property
Declaration
public static readonly DependencyProperty FocusedForegroundProperty
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 |
NegativeForegroundProperty
NegativeForeground Dependency Property
Declaration
public static readonly DependencyProperty NegativeForegroundProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
AnimationSpeed
Gets or sets the AnimationSpeed property. This dependency property
indicates ....
Declaration
public double AnimationSpeed { get; set; }
Property Value
FocusedBackground
Gets or sets the FocusedBackground property. This dependency property
indicates ....
Declaration
public Brush FocusedBackground { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
FocusedBorderBrush
Gets or sets the FocusedBorderBrush property. This dependency property
indicates ....
Declaration
public Brush FocusedBorderBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
FocusedForeground
Gets or sets the FocusedForeground property. This dependency property
indicates ....
Declaration
public Brush FocusedForeground { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
MaxValue
Gets or sets the MaxValue property. This dependency property
indicates ....
Declaration
public double MaxValue { get; set; }
Property Value
MinValue
Gets or sets the MinValue property. This dependency property
indicates ....
Declaration
public double MinValue { get; set; }
Property Value
NegativeForeground
Gets or sets the NegativeForeground property. This dependency property
indicates ....
Declaration
public Brush NegativeForeground { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Methods
InitializeGridStyle(GridStyleInfo)
Declaration
public override void InitializeGridStyle(GridStyleInfo gridStyle)
Parameters
Overrides