ClassGanttViewHeaderCellElementCreatingEventArgs
Class
Represents the event arguments for the HeaderCellElementCreating event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class GanttViewHeaderCellElementCreatingEventArgs : EventArgs
Inheritance: objectEventArgsGanttViewHeaderCellElementCreatingEventArgs
Inherited Members
Constructors
GanttViewHeaderCellElementCreatingEventArgs(GanttViewTextViewHeaderCellElement)
Initializes a new instance of the GanttViewHeaderCellElementCreatingEventArgs class.
Declaration
cs-api-definition
public GanttViewHeaderCellElementCreatingEventArgs(GanttViewTextViewHeaderCellElement cellElement)
Parameters
cellElement
GanttViewTextViewHeaderCellElement
The cell element.
Properties
CellElement
Gets or sets the cell element.
Declaration
cs-api-definition
public GanttViewTextViewHeaderCellElement CellElement { get; set; }
Property Value
GanttViewTextViewHeaderCellElement
The cell element.