Class GanttViewSummaryElement
Represents a summary element in a GanttViewGraphicalViewElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewSummaryElement : GanttGraphicalViewBaseTaskElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
GanttViewSummaryElement()
Declaration
public GanttViewSummaryElement()
Properties
LeftElement
Gets the left edge element of the summary element.
Declaration
public GanttViewSummaryLeftElement LeftElement { get; }
Property Value
GanttViewSummaryLeftElement
|
MiddleElement
Gets the element thats between the two edges of the summary element.
Declaration
public GanttViewSummaryMiddleElement MiddleElement { get; }
Property Value
GanttViewSummaryMiddleElement
|
ProgressIndicatorElement
Gets the element used for indicating the progress of the summary element.
Declaration
public SummaryProgressIndicatorElement ProgressIndicatorElement { get; }
Property Value
SummaryProgressIndicatorElement
|
RightElement
Gets the right edge element of the summary element.
Declaration
public GanttViewSummaryRightElement RightElement { get; }
Property Value
GanttViewSummaryRightElement
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
CanBeResized()
Declaration
public override bool CanBeResized()
Returns
System.Boolean
|
Overrides
CanDragCore(Point)
Declaration
protected override bool CanDragCore(Point dragStartPoint)
Parameters
System.Drawing.Point
dragStartPoint
|
Returns
System.Boolean
|
Overrides
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
CreateLeftElement()
Declaration
protected virtual GanttViewSummaryLeftElement CreateLeftElement()
Returns
GanttViewSummaryLeftElement
|
CreateMiddleElement()
Declaration
protected virtual GanttViewSummaryMiddleElement CreateMiddleElement()
Returns
GanttViewSummaryMiddleElement
|
CreateProgressIndicatorElement()
Creates the progress indicator element.
Declaration
protected virtual SummaryProgressIndicatorElement CreateProgressIndicatorElement()
Returns
SummaryProgressIndicatorElement
|
CreateRightElement()
Declaration
protected virtual GanttViewSummaryRightElement CreateRightElement()
Returns
GanttViewSummaryRightElement
|
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|