Class PivotRowDescriptorContainer
Represents pivot row descriptor container.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class PivotRowDescriptorContainer : PivotDescriptorContainer, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
PivotRowDescriptorContainer(RadPivotGridElement)
Initializes a new instance of the PivotRowDescriptorContainer class.
Declaration
public PivotRowDescriptorContainer(RadPivotGridElement owner)
Parameters
RadPivotGridElement
owner
The owner. |
Methods
CreateAggregatesPositionDescriptorElement(Int32)
Creates the aggregates position descriptor element.
Declaration
protected virtual AggregatesPositionDescriptorElement CreateAggregatesPositionDescriptorElement(int level)
Parameters
System.Int32
level
The level. |
Returns
AggregatesPositionDescriptorElement
|
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
CreateDescriptorElements()
Creates the descriptor elements.
Declaration
public virtual void CreateDescriptorElements()
CreateGroupDescriptorElement(GroupDescription, Int32, Int32)
Creates the group descriptor element.
Declaration
protected virtual PivotGroupDescriptorElement CreateGroupDescriptorElement(GroupDescription groupDescription, int level, int span)
Parameters
GroupDescription
groupDescription
The group description. |
System.Int32
level
The level. |
System.Int32
span
The span. |
Returns
PivotGroupDescriptorElement
|