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

Represents the event arguments for the DataCellElementCreating event of RadGanttView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class GanttViewDataCellElementCreatingEventArgs : EventArgs

Inheritance: objectEventArgsGanttViewDataCellElementCreatingEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the GanttViewDataCellElementCreatingEventArgs class.

C#
public GanttViewDataCellElementCreatingEventArgs(GanttViewTextViewCellElement cellElement)
Parameters:cellElementGanttViewTextViewCellElement

The cell element.

Properties

Gets or sets the cell element.

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

The cell element.