Class GridViewMaskedInputColumn
GridViewMaskedInputColumn is a special column which uses RadMaskedInputBase control as an editor.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewMaskedInputColumn : GridViewBoundColumnBase, IFilterableColumn, INotifyPropertyChanged, IColumnElement, IDataFieldDescriptor, IFieldDescriptor, IExportableColumn
Constructors
GridViewMaskedInputColumn()
Declaration
public GridViewMaskedInputColumn()
Properties
Mask
Gets or sets the mask used in RadMaskedInputBase editor control.
Declaration
public string Mask { get; set; }
Property Value
System.String
The mask. |
MaskType
Gets or sets the mask type used in RadMaskedInputBase editor control.
Declaration
public Nullable<MaskType> MaskType { get; set; }
Property Value
System.Nullable<MaskType>
The mask type. |
Methods
CreateCellEditElement(GridViewCell, Object)
Creates the element for the cell in edit mode.
Declaration
public override FrameworkElement CreateCellEditElement(GridViewCell cell, object dataItem)
Parameters
GridViewCell
cell
|
System.Object
dataItem
|
Returns
System.Windows.FrameworkElement
|
Overrides
CreateCellElement(GridViewCell, Object)
Creates the element for the cell in view mode.
Declaration
public override FrameworkElement CreateCellElement(GridViewCell cell, object dataItem)
Parameters
GridViewCell
cell
|
System.Object
dataItem
|
Returns
System.Windows.FrameworkElement
|
Overrides
GetDefaultMaskType()
Gets the default value of the MaskType property, depending on the DataType property.
Declaration
protected virtual Nullable<MaskType> GetDefaultMaskType()
Returns
System.Nullable<MaskType>
|