Class IgbPivotDateDimension
Inheritance
System.Object
IgbPivotDateDimension
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbPivotDateDimension : IgbPivotDimension, JsonSerializable
Constructors
IgbPivotDateDimension()
Declaration
public IgbPivotDateDimension()
Properties
BaseDimension
Gets/Sets the base dimension that is used by this class to determine the other dimensions and their values.
Having base dimension set is required in order for the Date Dimensions to show.
Declaration
public IgbPivotDimension BaseDimension { get; set; }
Property Value
DataType
Declaration
public GridColumnDataType DataType { get; set; }
Property Value
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Enabled
Enables/Disables a particular dimension from pivot structure.
Declaration
public bool Enabled { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Options
Gets/Sets the options for the predefined date dimensions whether to show quarter, years and etc.
Declaration
public IgbPivotDateDimensionOptions Options { get; set; }
Property Value
ResourceStrings
Gets/Sets the resource strings.
@remarks
By default it uses EN resources.
Declaration
public IgbGridResourceStrings ResourceStrings { get; set; }
Property Value
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
FromEventJson(BaseRendererControl, Dictionary<String, Object>)
Declaration
protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
ToEventJson(BaseRendererControl, Dictionary<String, Object>)
Declaration
protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
Implements