Class GanttViewTextViewItemExpanderItem
Represents the expander item of a row in a RadGanttView.
Inheritance
System.Object
GanttViewTextViewItemExpanderItem
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.UI.dll
Syntax
public class GanttViewTextViewItemExpanderItem : ExpanderItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
GanttViewTextViewItemExpanderItem(GanttViewTextItemElement)
Initializes a new instance of the GanttViewTextViewItemExpanderItem class.
Declaration
public GanttViewTextViewItemExpanderItem(GanttViewTextItemElement itemElement)
Parameters
GanttViewTextItemElement
itemElement
The item element. |
Properties
Expanded
Gets or sets a value indicating whether the sign is in expanded or collapsed state
Declaration
public override bool Expanded { get; set; }
Property Value
System.Boolean
|
Overrides
ItemElement
Gets the item element.
Declaration
public GanttViewTextItemElement ItemElement { get; }
Property Value
GanttViewTextItemElement
The item element. |
Methods
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|