Class GanttViewBaseViewElement
Represents the base view element for the Gantt
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewBaseViewElement : VirtualizedScrollPanel<GanttViewDataItem, GanttViewBaseItemElement>, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
GanttViewBaseViewElement(RadGanttViewElement)
Initializes a new instance of the Gantt
Declaration
public GanttViewBaseViewElement(RadGanttViewElement ganttView)
Parameters
Rad The gantt view. |
Properties
GanttViewElement
Gets the gantt view element that parents this instance.
Declaration
public RadGanttViewElement GanttViewElement { get; }
Property Value
Rad The gantt view element. |
Methods
CreateElementProvider()
Creates the element provider for the items of this view element.
Declaration
protected override IVirtualizedElementProvider<GanttViewDataItem> CreateElementProvider()