Class GanttViewTextViewItemExpanderItem
Represents the expander item of a row in a Rad
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 Gantt
Declaration
public GanttViewTextViewItemExpanderItem(GanttViewTextItemElement itemElement)
Parameters
Gantt 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.
|
Overrides
ItemElement
Gets the item element.
Declaration
public GanttViewTextItemElement ItemElement { get; }
Property Value
Gantt The item element. |
Methods
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.
|
Returns
System.
|