New to Telerik UI for WinFormsStart a free 30-day trial

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 EventArgs.Empty

Constructors

Initializes a new instance of the GanttViewItemPaintEventArgs class.

C#
public GanttViewItemPaintEventArgs(GanttGraphicalViewBaseItemElement element, Graphics graphics)
Parameters:elementGanttGraphicalViewBaseItemElement

The element.

graphicsGraphics

The graphics.

Properties

Gets the element which is painted.

C#
public GanttGraphicalViewBaseItemElement Element { get; }
Property Value:

The element.

Gets the graphics object used for drawing.

C#
public Graphics Graphics { get; }
Property Value:

The graphics.