FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / C1GridControl Class / ViewRange Property

In This Topic
    ViewRange Property (C1GridControl)
    In This Topic
    Gets a GridControlRange value that indicates the range of cells currently visible on the grid.
    Syntax
    'Declaration
     
    Public ReadOnly Property ViewRange As GridControlRange
    public GridControlRange ViewRange {get;}
    See Also