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