FlexGrid for WinForms
EditMask Property (CellStyle)



Gets or sets the mask string used to edit values.
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets or sets the mask string used to edit values.")>
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<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 CellStyle
Dim value As String
 
instance.EditMask = value
 
value = instance.EditMask
[C1Description("Gets or sets the mask string used to edit values.")]
[DefaultValue()]
[Browsable(true)]
[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;}
[C1Description("Gets or sets the mask string used to edit values.")]
[DefaultValue()]
[Browsable(true)]
[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);
}
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

CellStyle Class
CellStyle Members

 

 


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

Send Feedback