Class
GanttViewItemPaintEventArgs

Represents the event arguments of the ItemPaint event of RadGanttView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class GanttViewItemPaintEventArgs : EventArgs

Inheritance: objectEventArgsGanttViewItemPaintEventArgs

Inherited Members EventArgs.Empty

Constructors

GanttViewItemPaintEventArgs(GanttGraphicalViewBaseItemElement, Graphics)

Initializes a new instance of the GanttViewItemPaintEventArgs class.

Declaration

cs-api-definition
public GanttViewItemPaintEventArgs(GanttGraphicalViewBaseItemElement element, Graphics graphics)

Parameters

element

GanttGraphicalViewBaseItemElement

The element.

graphics

Graphics

The graphics.

Properties

Element

Gets the element which is painted.

Declaration

cs-api-definition
public GanttGraphicalViewBaseItemElement Element { get; }

Property Value

GanttGraphicalViewBaseItemElement

The element.

Graphics

Gets the graphics object used for drawing.

Declaration

cs-api-definition
public Graphics Graphics { get; }

Property Value

Graphics

The graphics.