menu

Blazor

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

    Show / Hide Table of Contents

    Class PageSizeChangingArgs

    Provides information about the PageSizeChanging event.

    Inheritance
    System.Object
    PageSizeChangingArgs
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PageSizeChangingArgs : Object

    Constructors

    PageSizeChangingArgs()

    Declaration
    public PageSizeChangingArgs()

    Properties

    Cancel

    Cancels the current action and prevents it from getting the current page size changed.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    true, if the event should be canceled. Otherwise, false.

    PreviousPageSize

    Gets the number of items rendered on a page previously.

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

    Current PageSize which is the number of items shown on a single page.

    SelectedPageSize

    Gets the currently selected value from the Pager dropdown, which no of items going to render on a page.

    Declaration
    public string SelectedPageSize { get; }
    Property Value
    Type Description
    System.String

    The new PageSize which is the number of items shown on a single page.

    TotalPages

    Gets the count of the total number of pages available in the Pager.

    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