InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputMaskedTextBox Class / ColumnSpan Property

In This Topic
    ColumnSpan Property (InputMaskedTextBox)
    In This Topic
    Gets or sets a value that indicates the total number of columns that input component spans within a grid.
    Syntax
    'Declaration
     
    Public Overridable Property ColumnSpan As Integer
    public virtual int ColumnSpan {get; set;}
    See Also