Class AggregatesPositionDescriptorElement
Inheritance
System.Object
AggregatesPositionDescriptorElement
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 AggregatesPositionDescriptorElement : PivotFieldDescriptorElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
AggregatesPositionDescriptorElement(RadPivotGridElement, Int32, Boolean)
Declaration
public AggregatesPositionDescriptorElement(RadPivotGridElement owner, int level, bool resizable)
Parameters
RadPivotGridElement
owner
|
System.Int32
level
|
System.Boolean
resizable
|
Properties
FieldDescription
Declaration
public override DescriptionBase FieldDescription { get; }
Property Value
DescriptionBase
|
Overrides
FieldName
Declaration
public override string FieldName { get; }
Property Value
System.String
|
Overrides
Level
Declaration
public int Level { get; }
Property Value
System.Int32
|
Resizable
Declaration
public bool Resizable { get; set; }
Property Value
System.Boolean
|
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.Type
|
Overrides
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|