Class IgbPivotDateDimensionOptions
Inheritance
System.Object
IgbPivotDateDimensionOptions
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbPivotDateDimensionOptions : BaseRendererElement, JsonSerializable
Constructors
IgbPivotDateDimensionOptions()
Declaration
public IgbPivotDateDimensionOptions()
Properties
FullDate
Declaration
public bool FullDate { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Months
Declaration
public bool Months { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Quarters
Declaration
public bool Quarters { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Total
Declaration
public bool Total { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Years
Declaration
public bool Years { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
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