Class GanttIndentCellElement
Represents an element that is used for displaying indentation in a RadGanttView item element.
Inheritance
System.Object
GanttIndentCellElement
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 GanttIndentCellElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
GanttIndentCellElement(GanttViewTextItemElement)
Initializes a new instance of the GanttIndentCellElement class.
Declaration
public GanttIndentCellElement(GanttViewTextItemElement itemElement)
Parameters
GanttViewTextItemElement
itemElement
The item element. |
Properties
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
|