EditMask Property (RowCol)
In This Topic
Gets or sets the input mask to use when editing cells on this column.
Syntax
'Declaration
<C1DescriptionAttribute("RC.EditMask", "Gets or sets the edit mask to be used when editing entries in this row or column.")>
<EditorAttribute(b1, System.Drawing.Design.UITypeEditor)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute("")>
<C1CategoryAttribute("Behavior")>
Public Property EditMask As String
[C1Description("RC.EditMask", "Gets or sets the edit mask to be used when editing entries in this row or column.")]
[Editor(b1, System.Drawing.Design.UITypeEditor)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue("")]
[C1Category("Behavior")]
public string EditMask {get; set;}
See Also