Class GanttViewTextViewItemFormattingEventArgs
Represents the event arguments for the ItemFormatting event of RadGanttView.
Inheritance
System.Object
System.EventArgs
GanttViewTextViewItemFormattingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewTextViewItemFormattingEventArgs : RadGanttViewEventArgs
Constructors
GanttViewTextViewItemFormattingEventArgs(GanttViewDataItem, GanttViewTextItemElement)
Initializes a new instance of the GanttViewTextViewItemFormattingEventArgs class.
Declaration
public GanttViewTextViewItemFormattingEventArgs(GanttViewDataItem item, GanttViewTextItemElement itemElement)
Parameters
GanttViewDataItem
item
The item. |
GanttViewTextItemElement
itemElement
The item element. |
Properties
ItemElement
Gets the item element.
Declaration
public GanttViewTextItemElement ItemElement { get; }
Property Value
GanttViewTextItemElement
The item element. |