ClassGridViewMaskBoxColumn
Represents column whose cells contain masked text boxes
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridViewMaskBoxColumn : GridViewDataColumn, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IEditorProvider, INotifyPropertyChangingEx, IContextMenuProvider, IDataConversionInfoProvider, IGridViewEventListener, ITypeDescriptorContext, IServiceProvider
Inheritance: objectDisposableObjectRadObjectGridViewColumnGridViewDataColumnGridViewMaskBoxColumn
Implements:
Inherited Members
Constructors
GridViewMaskBoxColumn()
Initializes a new instance of the GridViewMaskBoxColumn.
Declaration
public GridViewMaskBoxColumn()
GridViewMaskBoxColumn(string)
Initializes a new instance of the GridViewMaskBoxColumn.
Declaration
public GridViewMaskBoxColumn(string fieldName)
Parameters
fieldName
A string value referring to the unique name of the column.
GridViewMaskBoxColumn(string, string)
Initializes a new instance of the GridViewMaskBoxColumn.
Fields
TextMaskFormatProperty
Declaration
public static RadProperty TextMaskFormatProperty
Field Value
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
[Browsable(true)]
public bool EnableNullValueInput { get; set; }
Property Value
ExcelExportType
Gets or sets the type of the excel export.
Declaration
public override DisplayFormatType ExcelExportType { get; set; }
Property Value
The type of the excel export.
Overrides
Mask
Gets or sets the mask for the GridViewMaskBoxColumn.
Declaration
[Browsable(true)]
public string Mask { get; set; }
Property Value
MaskType
Gets or sets the mask type for the GridViewMaskBoxColumn.
Declaration
[Browsable(true)]
public MaskType MaskType { get; set; }
Property Value
PromptChar
Gets or sets the mask type for the GridViewMaskBoxColumn.
Declaration
[Browsable(true)]
public char PromptChar { get; set; }
Property Value
TextMaskFormat
Gets or sets a value that determines whether literals and prompt characters are included in the formatted string.
Declaration
[Browsable(true)]
public MaskFormat TextMaskFormat { get; set; }
Property Value
One of the MaskFormat values. The default is IncludeLiterals.
Exceptions
Property set with a MaskFormat value that is not valid.
Methods
GetDefaultEditor()
Declaration
public override IInputEditor GetDefaultEditor()
Returns
Overrides
InitializeEditor(IInputEditor)
Declaration
public override void InitializeEditor(IInputEditor editor)
Parameters
editor
Overrides