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 Pivot
Declaration
public PivotRowDescriptorContainer(RadPivotGridElement owner)
Parameters
Rad The owner. |
Methods
CreateAggregatesPositionDescriptorElement(Int32)
Creates the aggregates position descriptor element.
Declaration
protected virtual AggregatesPositionDescriptorElement CreateAggregatesPositionDescriptorElement(int level)
Parameters
System. The level. |
Returns
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
Group The group description. |
System. The level. |
System. The span. |