Class
GanttViewTextViewItemFormattingEventArgs

Represents the event arguments for the ItemFormatting event of RadGanttView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class GanttViewTextViewItemFormattingEventArgs : RadGanttViewEventArgs

Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewTextViewItemFormattingEventArgs

Inherited Members RadGanttViewEventArgs.ItemEventArgs.Empty

Constructors

GanttViewTextViewItemFormattingEventArgs(GanttViewDataItem, GanttViewTextItemElement)

Initializes a new instance of the GanttViewTextViewItemFormattingEventArgs class.

Declaration

cs-api-definition
public GanttViewTextViewItemFormattingEventArgs(GanttViewDataItem item, GanttViewTextItemElement itemElement)

Parameters

item

GanttViewDataItem

The item.

itemElement

GanttViewTextItemElement

The item element.

Properties

ItemElement

Gets the item element.

Declaration

cs-api-definition
public GanttViewTextItemElement ItemElement { get; }

Property Value

GanttViewTextItemElement

The item element.