Class GanttViewSummaryElement
Represents a summary element in a Gantt
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
MiddleElement
Gets the element thats between the two edges of the summary element.
Declaration
public GanttViewSummaryMiddleElement MiddleElement { get; }
Property Value
ProgressIndicatorElement
Gets the element used for indicating the progress of the summary element.
Declaration
public SummaryProgressIndicatorElement ProgressIndicatorElement { get; }
Property Value
RightElement
Gets the right edge element of the summary element.
Declaration
public GanttViewSummaryRightElement RightElement { get; }
Property Value
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.
|
Returns
System.
|
Overrides
CanBeResized()
Declaration
public override bool CanBeResized()
Returns
System.
|
Overrides
CanDragCore(Point)
Declaration
protected override bool CanDragCore(Point dragStartPoint)
Parameters
System.
|
Returns
System.
|
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
CreateMiddleElement()
Declaration
protected virtual GanttViewSummaryMiddleElement CreateMiddleElement()
Returns
CreateProgressIndicatorElement()
Creates the progress indicator element.
Declaration
protected virtual SummaryProgressIndicatorElement CreateProgressIndicatorElement()
Returns
CreateRightElement()
Declaration
protected virtual GanttViewSummaryRightElement CreateRightElement()
Returns
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.
|
Returns
System.
|