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 GridViewMaskBoxColumn.
Declaration
public GridViewMaskBoxColumn()
See Also
GridViewMaskBoxColumn(String)
Initializes a new instance of the GridViewMaskBoxColumn.
Declaration
public GridViewMaskBoxColumn(string fieldName)
Parameters
System.String
fieldName
A string value referring to the unique name of the column. |
See Also
GridViewMaskBoxColumn(String, String)
Initializes a new instance of the GridViewMaskBoxColumn.
Declaration
public GridViewMaskBoxColumn(string uniqueName, string fieldName)
Parameters
System.String
uniqueName
A string value referring to the unique name of the column. |
System.String
fieldName
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.Boolean
|
ExcelExportType
Gets or sets the type of the excel export.
Declaration
public override DisplayFormatType ExcelExportType { get; set; }
Property Value
DisplayFormatType
The type of the excel export. |
Overrides
Mask
Gets or sets the mask for the GridViewMaskBoxColumn.
Declaration
public string Mask { get; set; }
Property Value
System.String
|
MaskType
Gets or sets the mask type for the GridViewMaskBoxColumn.
Declaration
public MaskType MaskType { get; set; }
Property Value
MaskType
|
PromptChar
Gets or sets the mask type for the GridViewMaskBoxColumn.
Declaration
public char PromptChar { get; set; }
Property Value
System.Char
|
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.Windows.Forms.MaskFormat
One of the System.Windows.Forms.MaskFormat values. The default is System.Windows.Forms.MaskFormat.IncludeLiterals. |
Exceptions
System.ComponentModel.InvalidEnumArgumentException
Property set with a System.Windows.Forms.MaskFormat value that is not valid. |
Methods
GetDefaultEditor()
GetDefaultEditorType()
Declaration
public override Type GetDefaultEditorType()
Returns
System.Type
|
Overrides
InitializeEditor(IInputEditor)
Declaration
public override void InitializeEditor(IInputEditor editor)
Parameters
IInputEditor
editor
|