menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridPageChangedEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridPageChangedEventArgs

    Provides information about the PageChanged event.

    Inheritance
    System.Object
    PageChangedEventArgs
    GridPageChangedEventArgs
    Inherited Members
    PageChangedEventArgs.CurrentPage
    PageChangedEventArgs.PreviousPage
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GridPageChangedEventArgs : PageChangedEventArgs

    Constructors

    GridPageChangedEventArgs()

    Declaration
    public GridPageChangedEventArgs()

    Properties

    CurrentPageSize

    Gets the number of items displaying on the single page of the pager.

    Declaration
    public int CurrentPageSize { get; }
    Property Value
    Type Description
    System.Int32

    The number of items shown on a single page.

    TotalPages

    Gets the total number of pages calculated using TotalItemsCount and PageSize.

    Declaration
    public int TotalPages { get; }
    Property Value
    Type Description
    System.Int32

    Total number of pages.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved