menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct PagingInfo - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Struct PagingInfo

    Specifies the paging info.

    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.ValueType.ToString()
    Namespace: Syncfusion.Windows.Grid.Olap
    Assembly: Syncfusion.OlapGrid.WPF.dll
    Syntax
    public struct PagingInfo

    Properties

    ExpectedPageSize

    Gets or sets the expected size of the page.

    Declaration
    public double ExpectedPageSize { get; set; }
    Property Value
    Type Description
    System.Double

    The expected size of the page.

    FirstPagePreferredSize

    Gets or sets the first size of the page preferred.

    Declaration
    public double FirstPagePreferredSize { get; set; }
    Property Value
    Type Description
    System.Double

    The first size of the page preferred.

    Methods

    Equals(Object)

    checks whether the objects refer to the same type

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj

    object

    Returns
    Type
    System.Boolean
    Overrides
    System.ValueType.Equals(System.Object)

    GetHashCode()

    This method is used to get the hash code value.

    Declaration
    public override int GetHashCode()
    Returns
    Type
    System.Int32
    Overrides
    System.ValueType.GetHashCode()

    Operators

    Equality(PagingInfo, PagingInfo)

    Overrides the method to compare the object type

    Declaration
    public static bool operator ==(PagingInfo size1, PagingInfo size2)
    Parameters
    Type Name Description
    PagingInfo size1

    first object

    PagingInfo size2

    second object

    Returns
    Type Description
    System.Boolean

    Returns true if size1 is equal to size2, false otherwise

    Inequality(PagingInfo, PagingInfo)

    Overrides the method to compare the object type

    Declaration
    public static bool operator !=(PagingInfo size1, PagingInfo size2)
    Parameters
    Type Name Description
    PagingInfo size1

    first object

    PagingInfo size2

    second object

    Returns
    Type Description
    System.Boolean

    Returns true if size1 not is equal to size2, false otherwise

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