Skip to main content
All docs
V26.1
  • ITreeList.PageIndex Property

    Specifies the active page index.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Grid.v26.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(0)]
    int PageIndex { get; set; }

    Property Value

    Type Default Description
    Int32 0

    A zero-based value that specifies the active page index.

    Remarks

    Refer to the PageIndex property description for additional information and an example.

    See Also