ClassTimeCellFormattingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class TimeCellFormattingEventArgs : EventArgs
Inheritance: objectEventArgsTimeCellFormattingEventArgs
Inherited Members
Constructors
TimeCellFormattingEventArgs(int, int, TimeTableVisualElement, bool)
Declaration
cs-api-definition
public TimeCellFormattingEventArgs(int column, int row, TimeTableVisualElement element, bool isMinute)
Parameters
column
row
element
isMinute
Properties
Element
Declaration
cs-api-definition
public TimeTableVisualElement Element { get; set; }
Property Value