Class IgbPivotUISettings
Inheritance
System.Object
IgbPivotUISettings
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbPivotUISettings : BaseRendererElement, JsonSerializable
Constructors
IgbPivotUISettings()
Declaration
public IgbPivotUISettings()
Properties
HorizontalSummariesPosition
Declaration
public PivotSummaryPosition HorizontalSummariesPosition { get; set; }
Property Value
RowLayout
Declaration
public PivotRowLayoutType RowLayout { get; set; }
Property Value
ShowConfiguration
Declaration
public bool ShowConfiguration { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool ShowRowHeaders { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
SetNativeElement(Object)
Declaration
public void SetNativeElement(object element)
Parameters
| Type |
Name |
Description |
| System.Object |
element |
|
SetNativeElementAsync(Object)
Declaration
public Task SetNativeElementAsync(object element)
Parameters
| Type |
Name |
Description |
| System.Object |
element |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Implements