menu

Blazor

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

    Show / Hide Table of Contents

    Class LevelPos

    Level Position.

    Inheritance
    System.Object
    LevelPos
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class LevelPos : Object

    Constructors

    LevelPos()

    Declaration
    public LevelPos()

    Properties

    End

    End position.

    Declaration
    public int End { get; set; }
    Property Value
    Type
    System.Int32

    Start

    Start position.

    Declaration
    public int Start { get; set; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved