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 |