FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / Row Class / VisibleIndex Property

In This Topic
    VisibleIndex Property (Row)
    In This Topic
    If IsVisible property is True, returns the index of this element in the collection of visible items.
    Syntax
    'Declaration
     
    Public ReadOnly Property VisibleIndex As Integer
    public int VisibleIndex {get;}
    See Also