InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputTimePicker Class / ColumnSpan Property

In This Topic
    ColumnSpan Property (InputTimePicker)
    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