Class GridDataMaskEditVisibleColumnControl
Inheritance
System.Object
GridDataMaskEditVisibleColumnControl
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataMaskEditVisibleColumnControl : GridDataVisibleColumnControl
Constructors
GridDataMaskEditVisibleColumnControl()
Declaration
public GridDataMaskEditVisibleColumnControl()
Fields
CurrencySymbolProperty
CurrencySymbol Dependency Property
Declaration
public static readonly DependencyProperty CurrencySymbolProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
DateSeparatorProperty
DateSeparator Dependency Property
Declaration
public static readonly DependencyProperty DateSeparatorProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
DecimalSeparatorProperty
DecimalSeparator Dependency Property
Declaration
public static readonly DependencyProperty DecimalSeparatorProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
MaskProperty
Declaration
public static readonly DependencyProperty MaskProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
NumberGroupSeparatorProperty
NumberGroupSeparator Dependency Property
Declaration
public static readonly DependencyProperty NumberGroupSeparatorProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
PromptCharProperty
PromptChar Dependency Property
Declaration
public static readonly DependencyProperty PromptCharProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
TimeSeparatorProperty
TimeSeparator Dependency Property
Declaration
public static readonly DependencyProperty TimeSeparatorProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Properties
CurrencySymbol
Gets or sets the CurrencySymbol property. This dependency property
indicates ....
Declaration
public string CurrencySymbol { get; set; }
Property Value
Type |
Description |
System.String |
|
DateSeparator
Gets or sets the DateSeparator property. This dependency property
indicates ....
Declaration
public string DateSeparator { get; set; }
Property Value
Type |
Description |
System.String |
|
DecimalSeparator
Gets or sets the DecimalSeparator property. This dependency property
indicates ....
Declaration
public string DecimalSeparator { get; set; }
Property Value
Type |
Description |
System.String |
|
Mask
Gets or sets the Mask property. This dependency property
indicates ....
Declaration
public string Mask { get; set; }
Property Value
Type |
Description |
System.String |
|
NumberGroupSeparator
Gets or sets the NumberGroupSeparator property. This dependency property
indicates ....
Declaration
public string NumberGroupSeparator { get; set; }
Property Value
Type |
Description |
System.String |
|
PromptChar
Gets or sets the PromptChar property. This dependency property
indicates ....
Declaration
public char PromptChar { get; set; }
Property Value
Type |
Description |
System.Char |
|
TimeSeparator
Gets or sets the TimeSeparator property. This dependency property
indicates ....
Declaration
public string TimeSeparator { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
InitializeGridStyle(GridStyleInfo)
Declaration
public override void InitializeGridStyle(GridStyleInfo gridStyle)
Parameters
Overrides