Class PivotAggregateDescriptorContainer
Inheritance
System.Object
PivotAggregateDescriptorContainer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class PivotAggregateDescriptorContainer : PivotDescriptorContainer, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
PivotAggregateDescriptorContainer(RadPivotGridElement)
Declaration
public PivotAggregateDescriptorContainer(RadPivotGridElement owner)
Parameters
RadPivotGridElement
owner
|
Methods
CreateAggregateDescriptorElement(AggregateDescriptionBase)
Declaration
protected virtual PivotAggregateDescriptorElement CreateAggregateDescriptorElement(AggregateDescriptionBase aggregate)
Parameters
AggregateDescriptionBase
aggregate
|
Returns
PivotAggregateDescriptorElement
|
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateDescriptorElements()
Declaration
public void CreateDescriptorElements()
ProcessDragOver(Point, ISupportDrag)
Declaration
protected override bool ProcessDragOver(Point mousePosition, ISupportDrag dragObject)
Parameters
System.Drawing.Point
mousePosition
|
ISupportDrag
dragObject
|
Returns
System.Boolean
|