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
Initializes a new instance of the GridViewMaskBoxColumn.
public GridViewMaskBoxColumn()
Initializes a new instance of the GridViewMaskBoxColumn.
Initializes a new instance of the GridViewMaskBoxColumn.
public GridViewMaskBoxColumn(string fieldName)
A string value referring to the unique name of the column.
Fields
public static RadProperty MaskProperty
public static RadProperty MaskTypeProperty
public static RadProperty MaxLengthProperty
public static RadProperty PromptCharProperty
public static RadProperty TextMaskFormatProperty
Properties
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.
[Browsable(true)]
public bool EnableNullValueInput { get; set; }
Gets or sets the type of the excel export.
public override DisplayFormatType ExcelExportType { get; set; }
The type of the excel export.
Overrides:
Gets or sets the mask for the GridViewMaskBoxColumn.
[Browsable(true)]
public string Mask { get; set; }
Gets or sets the mask type for the GridViewMaskBoxColumn.
[Browsable(true)]
public MaskType MaskType { get; set; }
Gets or sets the mask type for the GridViewMaskBoxColumn.
[Browsable(true)]
public char PromptChar { get; set; }
Gets or sets a value that determines whether literals and prompt characters are included in the formatted string.
[Browsable(true)]
public MaskFormat TextMaskFormat { get; set; }
One of the MaskFormat values. The default is IncludeLiterals.
Exceptions:Property set with a MaskFormat value that is not valid.
Methods
public override void InitializeEditor(IInputEditor editor)
Overrides: