Class GanttViewTextViewCellElementProvider
Privedes cell elements for the item elements of Gantt
Inheritance
System.Object
GanttViewTextViewCellElementProvider
Inherited Members
System.Object.ToString()
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 GanttViewTextViewCellElementProvider : BaseVirtualizedElementProvider<GanttViewTextViewColumn>, IVirtualizedElementProvider<GanttViewTextViewColumn>
Constructors
GanttViewTextViewCellElementProvider(GanttViewTextItemElement)
Initializes a new instance of the Gantt
Declaration
public GanttViewTextViewCellElementProvider(GanttViewTextItemElement owner)
Parameters
Gantt The owner. |
Properties
Owner
Gets the owner.
Declaration
public GanttViewTextItemElement Owner { get; }
Property Value
Gantt The owner. |
Methods
CreateElement(GanttViewTextViewColumn, Object)
Creates a new element for the given data and context.
Declaration
public override IVirtualizedElement<GanttViewTextViewColumn> CreateElement(GanttViewTextViewColumn data, object context)
Parameters
Gantt The data. |
System. The context. |
Returns
Overrides
Telerik.WinControls.UI.BaseVirtualizedElementProvider<Telerik.WinControls.UI.GanttViewTextViewColumn>.CreateElement(Telerik.WinControls.UI.GanttViewTextViewColumn, System.Object)
GetElementSize(GanttViewTextViewColumn)
Gets the size of the element.
Declaration
public override SizeF GetElementSize(GanttViewTextViewColumn item)
Parameters
Gantt The item. |
Returns
System.
|
Overrides
Telerik.WinControls.UI.BaseVirtualizedElementProvider<Telerik.WinControls.UI.GanttViewTextViewColumn>.GetElementSize(Telerik.WinControls.UI.GanttViewTextViewColumn)