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 |
System.Windows.DependencyProperty |
DateSeparatorProperty
DateSeparator Dependency Property
Declaration
public static readonly DependencyProperty DateSeparatorProperty
Field Value
Type |
System.Windows.DependencyProperty |
DecimalSeparatorProperty
DecimalSeparator Dependency Property
Declaration
public static readonly DependencyProperty DecimalSeparatorProperty
Field Value
Type |
System.Windows.DependencyProperty |
MaskProperty
Declaration
public static readonly DependencyProperty MaskProperty
Field Value
Type |
System.Windows.DependencyProperty |
NumberGroupSeparatorProperty
NumberGroupSeparator Dependency Property
Declaration
public static readonly DependencyProperty NumberGroupSeparatorProperty
Field Value
Type |
System.Windows.DependencyProperty |
PromptCharProperty
PromptChar Dependency Property
Declaration
public static readonly DependencyProperty PromptCharProperty
Field Value
Type |
System.Windows.DependencyProperty |
TimeSeparatorProperty
TimeSeparator Dependency Property
Declaration
public static readonly DependencyProperty TimeSeparatorProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
CurrencySymbol
Gets or sets the CurrencySymbol property. This dependency property
indicates ....
Declaration
public string CurrencySymbol { get; set; }
Property Value
DateSeparator
Gets or sets the DateSeparator property. This dependency property
indicates ....
Declaration
public string DateSeparator { get; set; }
Property Value
DecimalSeparator
Gets or sets the DecimalSeparator property. This dependency property
indicates ....
Declaration
public string DecimalSeparator { get; set; }
Property Value
Mask
Gets or sets the Mask property. This dependency property
indicates ....
Declaration
public string Mask { get; set; }
Property Value
NumberGroupSeparator
Gets or sets the NumberGroupSeparator property. This dependency property
indicates ....
Declaration
public string NumberGroupSeparator { get; set; }
Property Value
PromptChar
Gets or sets the PromptChar property. This dependency property
indicates ....
Declaration
public char PromptChar { get; set; }
Property Value
TimeSeparator
Gets or sets the TimeSeparator property. This dependency property
indicates ....
Declaration
public string TimeSeparator { get; set; }
Property Value
Methods
InitializeGridStyle(GridStyleInfo)
Declaration
public override void InitializeGridStyle(GridStyleInfo gridStyle)
Parameters
Overrides