FlexGrid for WinForms| ComponentOne
C1.Win.C1FlexGrid Namespace / RowCol Class / EditMask Property

In This Topic
    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;}
    Remarks
    The grid also has an EditMask property that applies to the entire grid. For details and mask syntax, refer to that property.
    See Also