Class GanttViewTextViewCellElementProvider
Privedes cell elements for the item elements of GanttViewTextItemElement
Inheritance
Inherited Members
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 GanttViewTextViewCellElementProvider class.
Declaration
public GanttViewTextViewCellElementProvider(GanttViewTextItemElement owner)
Parameters
GanttViewTextItemElement
owner
The owner. |
Properties
Owner
Gets the owner.
Declaration
public GanttViewTextItemElement Owner { get; }
Property Value
GanttViewTextItemElement
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
GanttViewTextViewColumn
data
The data. |
System.Object
context
The context. |
Returns
IVirtualizedElement<GanttViewTextViewColumn>
|
Overrides
GetElementSize(GanttViewTextViewColumn)
Gets the size of the element.
Declaration
public override SizeF GetElementSize(GanttViewTextViewColumn item)
Parameters
GanttViewTextViewColumn
item
The item. |
Returns
System.Drawing.SizeF
|