Represents the event arguments of the ItemPaint event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class GanttViewItemPaintEventArgs : EventArgs
Inheritance: objectEventArgsGanttViewItemPaintEventArgs
Inherited Members
Constructors
Initializes a new instance of the GanttViewItemPaintEventArgs class.
C#
public GanttViewItemPaintEventArgs(GanttGraphicalViewBaseItemElement element, Graphics graphics)
The element.
graphicsGraphicsThe graphics.
Properties
Gets the element which is painted.
C#
public GanttGraphicalViewBaseItemElement Element { get; }
The element.