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

Represents the event arguments for the CellFormatting event of RadGanttView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class GanttViewTextViewCellFormattingEventArgs : RadGanttViewEventArgs

Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewTextViewCellFormattingEventArgs

Inherited Members RadGanttViewEventArgs.ItemEventArgs.Empty

Constructors

Initializes a new instance of the GanttViewTextViewCellFormattingEventArgs class.

C#
public GanttViewTextViewCellFormattingEventArgs(GanttViewDataItem item, GanttViewTextViewCellElement cellElement, GanttViewTextViewColumn column)
Parameters:itemGanttViewDataItem

The item.

cellElementGanttViewTextViewCellElement

The cell element.

columnGanttViewTextViewColumn

The column.

Properties

Gets the cell element.

C#
public GanttViewTextViewCellElement CellElement { get; }
Property Value:

The cell element.

Gets the column.

C#
public GanttViewTextViewColumn Column { get; }
Property Value:

The column.