Class
GanttViewDataCellElementCreatingEventArgs

Represents the event arguments for the DataCellElementCreating event of RadGanttView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class GanttViewDataCellElementCreatingEventArgs : EventArgs

Inheritance: objectEventArgsGanttViewDataCellElementCreatingEventArgs

Inherited Members EventArgs.Empty

Constructors

GanttViewDataCellElementCreatingEventArgs(GanttViewTextViewCellElement)

Initializes a new instance of the GanttViewDataCellElementCreatingEventArgs class.

Declaration

cs-api-definition
public GanttViewDataCellElementCreatingEventArgs(GanttViewTextViewCellElement cellElement)

Parameters

cellElement

GanttViewTextViewCellElement

The cell element.

Properties

CellElement

Gets or sets the cell element.

Declaration

cs-api-definition
public GanttViewTextViewCellElement CellElement { get; set; }

Property Value

GanttViewTextViewCellElement

The cell element.