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

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