Class GanttViewBaseItemElement
Represents the base item element for the graphical and text view elements of RadGanttView
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewBaseItemElement : GanttViewVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IVirtualizedElement<GanttViewDataItem>
Constructors
GanttViewBaseItemElement()
Declaration
public GanttViewBaseItemElement()
Fields
CurrentProperty
SelectedProperty
Properties
Current
Gets or sets a value indicating whether this GanttViewBaseItemElement is current.
Declaration
public bool Current { get; set; }
Property Value
System.Boolean
|
Data
Gets the data item of this element.
Declaration
public GanttViewDataItem Data { get; }
Property Value
GanttViewDataItem
The data. |
Implements
Selected
Gets or sets a value indicating whether this GanttViewBaseItemElement is selected.
Declaration
public bool Selected { get; set; }
Property Value
System.Boolean
|
Methods
Attach(GanttViewDataItem, Object)
Attaches the specified data to the element.
Declaration
public virtual void Attach(GanttViewDataItem data, object context)
Parameters
GanttViewDataItem
data
The data. |
System.Object
context
The context. |
Implements
Detach()
Detaches this instance from the data it has been previously attached to.
Declaration
public virtual void Detach()
Implements
IsCompatible(GanttViewDataItem, Object)
Determines whether the specified data is compatible with this element.
Declaration
public virtual bool IsCompatible(GanttViewDataItem data, object context)
Parameters
GanttViewDataItem
data
The data. |
System.Object
context
The context. |
Returns
System.Boolean
|
Implements
Synchronize()
Synchronizes this instance with its data item.
Declaration
public virtual void Synchronize()