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
Constructors
Initializes a new instance of the GanttViewDataCellElementCreatingEventArgs class.
C#
public GanttViewDataCellElementCreatingEventArgs(GanttViewTextViewCellElement cellElement)
The cell element.
Properties
Gets or sets the cell element.
C#
public GanttViewTextViewCellElement CellElement { get; set; }
The cell element.