C1.Win.C1FlexGrid Namespace > RowCol Class : EditMask Property |
'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); }
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