Class PivotAggregateDescriptorElement
Inheritance
System.Object
PivotAggregateDescriptorElement
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 PivotAggregateDescriptorElement : PivotFieldDescriptorElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
PivotAggregateDescriptorElement(RadPivotGridElement, AggregateDescriptionBase)
Declaration
public PivotAggregateDescriptorElement(RadPivotGridElement owner, AggregateDescriptionBase aggregateDescriptor)
Parameters
RadPivotGridElement
owner
|
AggregateDescriptionBase
aggregateDescriptor
|
Properties
AggregateDescriptor
Declaration
public AggregateDescriptionBase AggregateDescriptor { get; }
Property Value
AggregateDescriptionBase
|
FieldDescription
Declaration
public override DescriptionBase FieldDescription { get; }
Property Value
DescriptionBase
|
Overrides
FieldName
Declaration
public override string FieldName { get; }
Property Value
System.String
|