Class GanttViewBaseViewElement
Represents the base view element for the GanttViewTextViewElement and GanttViewGraphicalViewElement.
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 GanttViewBaseViewElement class.
Declaration
public GanttViewBaseViewElement(RadGanttViewElement ganttView)
Parameters
RadGanttViewElement
ganttView
The gantt view. |
Properties
GanttViewElement
Gets the gantt view element that parents this instance.
Declaration
public RadGanttViewElement GanttViewElement { get; }
Property Value
RadGanttViewElement
The gantt view element. |
Methods
CreateElementProvider()
Creates the element provider for the items of this view element.
Declaration
protected override IVirtualizedElementProvider<GanttViewDataItem> CreateElementProvider()
Returns
IVirtualizedElementProvider<GanttViewDataItem>
|