InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputDatePicker Class / ColumnIndex Property

In This Topic
    ColumnIndex Property (InputDatePicker)
    In This Topic
    Gets or sets the column index for this input component.
    Syntax
    'Declaration
     
    Public Overridable Property ColumnIndex As Integer
    public virtual int ColumnIndex {get; set;}
    See Also