Class GridViewMaskBoxColumn
Represents column whose cells contain masked text boxes
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewMaskBoxColumn : GridViewDataColumn, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IEditorProvider, INotifyPropertyChangingEx, IDataConversionInfoProvider, IGridViewEventListener, ITypeDescriptorContext, IServiceProvider
Constructors
GridViewMaskBoxColumn()
Initializes a new instance of the Grid
Declaration
public GridViewMaskBoxColumn()
See Also
GridViewMaskBoxColumn(String)
Initializes a new instance of the Grid
Declaration
public GridViewMaskBoxColumn(string fieldName)
Parameters
System. A string value referring to the unique name of the column. |
See Also
GridViewMaskBoxColumn(String, String)
Initializes a new instance of the Grid
Declaration
public GridViewMaskBoxColumn(string uniqueName, string fieldName)
Parameters
System. A string value referring to the unique name of the column. |
System. A string value referring to the field name to which the column is bound. |
Fields
MaskProperty
MaskTypeProperty
MaxLengthProperty
PromptCharProperty
TextMaskFormatProperty
Properties
EnableNullValueInput
Gets or set a value indicating whether end users can set the value to NULL. This can be achieved by pressing Ctrl + Del or Ctrl + 0 key combinations.
Declaration
public bool EnableNullValueInput { get; set; }
Property Value
System.
|
ExcelExportType
Gets or sets the type of the excel export.
Declaration
public override DisplayFormatType ExcelExportType { get; set; }
Property Value
Display The type of the excel export. |
Overrides
Mask
Gets or sets the mask for the Grid
Declaration
public string Mask { get; set; }
Property Value
System.
|
MaskType
Gets or sets the mask type for the Grid
Declaration
public MaskType MaskType { get; set; }
Property Value
PromptChar
Gets or sets the mask type for the Grid
Declaration
public char PromptChar { get; set; }
Property Value
System.
|
TextMaskFormat
Gets or sets a value that determines whether literals and prompt characters are included in the formatted string.
Declaration
public MaskFormat TextMaskFormat { get; set; }
Property Value
System. One of the System. |
Exceptions
System. Property
set with a System. |
Methods
GetDefaultEditor()
Declaration
public override IInputEditor GetDefaultEditor()
Returns
Overrides
GetDefaultEditorType()
Declaration
public override Type GetDefaultEditorType()
Returns
System.
|
Overrides
InitializeEditor(IInputEditor)
Declaration
public override void InitializeEditor(IInputEditor editor)
Parameters
IInput
|