Class GridDataCurrencyEditVisibleColumnControl
Inheritance
System.Object
GridDataCurrencyEditVisibleColumnControl
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataCurrencyEditVisibleColumnControl : GridDataNumberFormatStyleControl
Constructors
GridDataCurrencyEditVisibleColumnControl()
Declaration
public GridDataCurrencyEditVisibleColumnControl()
Fields
IsScrollingOnCircleProperty
IsScrollingOnCircle Dependency Property
Declaration
public static readonly DependencyProperty IsScrollingOnCircleProperty
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 |
Properties
IsScrollingOnCircle
Gets or sets the IsScrollingOnCircle property. This dependency property indicates ....
Declaration
public bool IsScrollingOnCircle { get; set; }
Property Value
Type |
---|
System.Boolean |
MaxValue
Gets or sets the MaxValue property. This dependency property indicates ....
Declaration
public Decimal MaxValue { get; set; }
Property Value
Type |
---|
System.Decimal |
MinValue
Gets or sets the MinValue property. This dependency property indicates ....
Declaration
public Decimal MinValue { get; set; }
Property Value
Type |
---|
System.Decimal |
Methods
InitializeGridStyle(GridStyleInfo)
Declaration
public override void InitializeGridStyle(GridStyleInfo gridStyle)
Parameters
Type | Name | Description |
---|---|---|
GridStyleInfo | gridStyle |