Class GanttViewTextViewHeaderCellElementProvider
Privedes header cell elements for the item elements of GanttViewTextItemElement
Inheritance
System.Object
GanttViewTextViewHeaderCellElementProvider
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 GanttViewTextViewHeaderCellElementProvider : BaseVirtualizedElementProvider<GanttViewTextViewColumn>, IVirtualizedElementProvider<GanttViewTextViewColumn>
Constructors
GanttViewTextViewHeaderCellElementProvider()
Declaration
public GanttViewTextViewHeaderCellElementProvider()
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
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
GanttViewTextViewColumn
item
The item. |
Returns
System.Drawing.SizeF
|
Overrides
Telerik.WinControls.UI.BaseVirtualizedElementProvider<Telerik.WinControls.UI.GanttViewTextViewColumn>.GetElementSize(Telerik.WinControls.UI.GanttViewTextViewColumn)