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

Represents the event arguments for the GraphicalViewItemFormatting event of RadGanttView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class GanttViewGraphicalViewItemFormattingEventArgs : RadGanttViewEventArgs

Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewGraphicalViewItemFormattingEventArgs

Inherited Members RadGanttViewEventArgs.ItemEventArgs.Empty

Constructors

Initializes a new instance of the GanttViewGraphicalViewItemFormattingEventArgs class.

C#
public GanttViewGraphicalViewItemFormattingEventArgs(GanttViewDataItem item, GanttGraphicalViewBaseItemElement itemElement)
Parameters:itemGanttViewDataItem

The item.

itemElementGanttGraphicalViewBaseItemElement

The item element.

Properties

Gets the item element.

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

The item element.