alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class GridPageChangingEventArgs

    Provides information about the PageChanging event.

    Inheritance
    object
    PageChangingEventArgs
    GridPageChangingEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    PageChangingEventArgs.Cancel
    PageChangingEventArgs.CurrentPage
    PageChangingEventArgs.PreviousPage
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GridPageChangingEventArgs : PageChangingEventArgs

    Constructors

    GridPageChangingEventArgs()

    Declaration
    public GridPageChangingEventArgs()

    Properties

    CurrentPageSize

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

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

    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
    int

    Total number of pages.

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