ClassGanttViewTextViewCellElementProvider
Class
Privedes cell elements for the item elements of GanttViewTextItemElement
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class GanttViewTextViewCellElementProvider : BaseVirtualizedElementProvider<GanttViewTextViewColumn>, IVirtualizedElementProvider<GanttViewTextViewColumn>
Inheritance: objectBaseVirtualizedElementProvider<GanttViewTextViewColumn>GanttViewTextViewCellElementProvider
Implements:
Inherited Members
Constructors
GanttViewTextViewCellElementProvider(GanttViewTextItemElement)
Initializes a new instance of the GanttViewTextViewCellElementProvider class.
Declaration
cs-api-definition
public GanttViewTextViewCellElementProvider(GanttViewTextItemElement owner)
Parameters
owner
The owner.
Properties
Owner
Gets the owner.
Declaration
cs-api-definition
public GanttViewTextItemElement Owner { get; }
Property Value
The owner.
Methods
CreateElement(GanttViewTextViewColumn, object)
Creates a new element for the given data and context.
Declaration
cs-api-definition
public override IVirtualizedElement<GanttViewTextViewColumn> CreateElement(GanttViewTextViewColumn data, object context)
Parameters
data
The data.
context
The context.
Returns
Overrides
GetElementSize(GanttViewTextViewColumn)
Gets the size of the element.
Declaration
cs-api-definition
public override SizeF GetElementSize(GanttViewTextViewColumn item)
Parameters
item
The item.
Returns
Overrides