alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class PageSizeChangingArgs

    Provides information about the PageSizeChanging event.

    Inheritance
    object
    PageSizeChangingArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PageSizeChangingArgs

    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
    bool

    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
    int

    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
    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
    int

    Total number of pages.

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