Show / Hide Table of Contents

Class IgbPivotDimension

Inheritance
System.Object
BaseRendererElement
IgbPivotDimension
IgbPivotDateDimension
Implements
JsonSerializable
Inherited Members
BaseRendererElement._name
BaseRendererElement._cachedSerializedContent
BaseRendererElement.EnsureModulesLoaded()
BaseRendererElement.BuildRenderTree(RenderTreeBuilder)
BaseRendererElement.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererElement.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelper(String, String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])
BaseRendererElement.IsPropDirty(String)
BaseRendererElement.Serialize(SerializationContext, String)
BaseRendererElement.Serialize()
BaseRendererElement.EnsureValid()
BaseRendererElement.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.ParentTypeName
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.SupportsVisualChildren
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbPivotDimension : BaseRendererElement, JsonSerializable

Constructors

IgbPivotDimension()

Declaration
public IgbPivotDimension()

Properties

ChildLevel

Declaration
public IgbPivotDimension ChildLevel { get; set; }
Property Value
Type Description
IgbPivotDimension

DataType

Declaration
public GridColumnDataType DataType { get; set; }
Property Value
Type Description
GridColumnDataType

DisplayName

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
System.String

Enabled

Declaration
public bool Enabled { get; set; }
Property Value
Type Description
System.Boolean

Filter

Declaration
public IgbFilteringExpressionsTree Filter { get; set; }
Property Value
Type Description
IgbFilteringExpressionsTree

HorizontalSummary

Declaration
public bool HorizontalSummary { get; set; }
Property Value
Type Description
System.Boolean

Level

Declaration
public double Level { get; set; }
Property Value
Type Description
System.Double

MemberFunctionScript

Declaration
public string MemberFunctionScript { get; set; }
Property Value
Type Description
System.String

MemberName

Declaration
public string MemberName { get; set; }
Property Value
Type Description
System.String

Sortable

Declaration
public bool Sortable { get; set; }
Property Value
Type Description
System.Boolean

SortDirection

Declaration
public SortingDirection SortDirection { get; set; }
Property Value
Type Description
SortingDirection

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
BaseRendererElement.Type

Width

Declaration
public string Width { get; set; }
Property Value
Type Description
System.String

Methods

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
BaseRendererElement.FindByName(String)

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
BaseRendererElement.FromEventJson(BaseRendererControl, Dictionary<String, Object>)

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

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
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)

Implements

JsonSerializable
In This Article
  • Constructors
    • IgbPivotDimension()
  • Properties
    • ChildLevel
    • DataType
    • DisplayName
    • Enabled
    • Filter
    • HorizontalSummary
    • Level
    • MemberFunctionScript
    • MemberName
    • Sortable
    • SortDirection
    • Type
    • Width
  • Methods
    • FindByName(String)
    • FromEventJson(BaseRendererControl, Dictionary<String, Object>)
    • SetNativeElement(Object)
    • SetNativeElementAsync(Object)
    • ToEventJson(BaseRendererControl, Dictionary<String, Object>)
  • Implements