Class GridDataNumberFormatStyleControl
NumberFormatInfoContainerClass to hold NumberFormatInfo for all numberformat related columns
Inheritance
System.Object
GridDataNumberFormatStyleControl
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataNumberFormatStyleControl : GridDataVisibleColumnControl
Constructors
GridDataNumberFormatStyleControl()
Declaration
public GridDataNumberFormatStyleControl()
Fields
NumberFormatInfoProperty
NumberFormatInfo Dependency Property
Declaration
public static readonly DependencyProperty NumberFormatInfoProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
NumberFormatInfo
Gets or sets the NumberFormatInfo property. This dependency property indicates ....
Declaration
public NumberFormatInfo NumberFormatInfo { get; set; }
Property Value
Type |
---|
System.Globalization.NumberFormatInfo |
Methods
InitializeGridStyle(GridStyleInfo)
Declaration
public override void InitializeGridStyle(GridStyleInfo gridStyle)
Parameters
Type | Name | Description |
---|---|---|
GridStyleInfo | gridStyle |