ClassGanttViewDataCellElementCreatingEventArgs
Class
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
Constructors
GanttViewDataCellElementCreatingEventArgs(GanttViewTextViewCellElement)
Initializes a new instance of the GanttViewDataCellElementCreatingEventArgs class.
Declaration
cs-api-definition
public GanttViewDataCellElementCreatingEventArgs(GanttViewTextViewCellElement cellElement)
Parameters
cellElement
The cell element.
Properties
CellElement
Gets or sets the cell element.
Declaration
cs-api-definition
public GanttViewTextViewCellElement CellElement { get; set; }
Property Value
The cell element.