Class Mode
It defines the field list render modes. The available modes are: Fixed - To display the field list icon in pivot table UI to invoke the built-in dialog. Popup - To display the field list in a static position within a web page.
Inheritance
System.Object
Mode
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class Mode : Enum
Fields
Fixed
Fixed - To display the field list icon in pivot table UI to invoke the built-in dialog.
Declaration
public const Mode Fixed
Field Value
Type |
---|
Mode |
Popup
Popup - To display the field list in a static position within a web page.
Declaration
public const Mode Popup
Field Value
Type |
---|
Mode |