Class PageSizeMode
Defines the page size mode for Tree Grid
All - Specifies the PageSizeMode as All.
Root - Specifies the PageSizeMode as Root.
Inheritance
System.Object
PageSizeMode
Namespace: Syncfusion.Blazor.TreeGrid
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PageSizeMode : Enum
Fields
All
Specifies the PageSizeMode as All.
Declaration
public const PageSizeMode All
Field Value
Type |
---|
PageSizeMode |
Root
Specifies the PageSizeMode as Root.
Declaration
public const PageSizeMode Root
Field Value
Type |
---|
PageSizeMode |