Class PivotDescriptorContainer
Inheritance
System.Object
PivotDescriptorContainer
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 PivotDescriptorContainer : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
PivotDescriptorContainer(RadPivotGridElement)
Declaration
public PivotDescriptorContainer(RadPivotGridElement owner)
Parameters
RadPivotGridElement
owner
|
Fields
ItemMarginProperty
Properties
FixedItemSize
Declaration
public bool FixedItemSize { get; set; }
Property Value
System.Boolean
|
ItemMargin
Declaration
[VsbBrowsable(true)]
[RadPropertyDefaultValue("ItemMargin", typeof(PivotColumnDescriptorContainer))]
public Padding ItemMargin { get; set; }
Property Value
System.Windows.Forms.Padding
|
ItemSpacing
Declaration
public int ItemSpacing { get; set; }
Property Value
System.Int32
|
PivotGridElement
Methods
ArrangeItems(SizeF)
Declaration
protected virtual SizeF ArrangeItems(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
ArrangeItemsFixedSize(SizeF)
Declaration
protected virtual SizeF ArrangeItemsFixedSize(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
MeasureItems(SizeF)
Declaration
protected virtual SizeF MeasureItems(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
MeasureItemsFixedSize(SizeF)
Declaration
protected virtual SizeF MeasureItemsFixedSize(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
PaintText(IGraphics)
Declaration
protected override void PaintText(IGraphics graphics)
Parameters
IGraphics
graphics
|
Overrides
ProcessDragOver(Point, ISupportDrag)
Declaration
protected override bool ProcessDragOver(Point mousePosition, ISupportDrag dragObject)
Parameters
System.Drawing.Point
mousePosition
|
ISupportDrag
dragObject
|
Returns
System.Boolean
|