ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / HighlightDocumentViewModel Class / Item Property
The index of page.

In This Topic
    Item Property (HighlightDocumentViewModel)
    In This Topic
    Gets the page highlight by page index.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal pageIndex As Integer _
    ) As HighlightPage
    public HighlightPage this[ 
       int pageIndex
    ]; {get;}

    Parameters

    pageIndex
    The index of page.

    Property Value

    The page highlight
    See Also