Class GridTreeExpanderItem
Represents an expander that is drawn in expander cells in self-referencing mode
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridTreeExpanderItem : GridExpanderItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IDrawFillElement, IImageElement, ITextPrimitive, ITextProvider
  Constructors
GridTreeExpanderItem(GridTableElement)
Initializes an instance of GridTreeExpanderItem.
Declaration
public GridTreeExpanderItem(GridTableElement tableElement)
  Parameters
| 
        GridTableElement
        tableElement
         
  | 
    
Methods
MeasureOverride(SizeF)
Measures the space required by the RadElement Used by the layout system.
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
  Parameters
| 
        System.Drawing.SizeF
        availableSize
         The size that is available to the RadElement. The available size can be infinity (to take the full size of the element)  | 
    
Returns
| 
        System.Drawing.SizeF
         The minimum size required by the element to be completely visible. Cannot be infinity.  | 
    
Overrides
Remarks
In this method call to the Measure method of each child must be made.