FlexGrid for WinForms
EditMask Property (RowCol)



Gets or sets the input mask to use when editing cells on this column.
Syntax
'Declaration
 
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("Gets or sets the edit mask to be used when editing entries in this row or column.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute()>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1FlexGrid.Design.InputMaskEditor, C1.Win.C1FlexGrid.4.Design")>
Public Property EditMask As String
'Usage
 
Dim instance As RowCol
Dim value As String
 
instance.EditMask = value
 
value = instance.EditMask
[C1Category("Behavior")]
[C1Description("Gets or sets the edit mask to be used when editing entries in this row or column.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1FlexGrid.Design.InputMaskEditor, C1.Win.C1FlexGrid.4.Design")]
public string EditMask {get; set;}
[C1Category("Behavior")]
[C1Description("Gets or sets the edit mask to be used when editing entries in this row or column.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1FlexGrid.Design.InputMaskEditor, C1.Win.C1FlexGrid.4.Design")]
public:
property String^ EditMask {
   String^ get();
   void set (    String^ value);
}
Remarks
The grid also has an EditMask property that applies to the entire grid. For details and mask syntax, refer to that property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RowCol Class
RowCol Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback