Class TimeCellFormattingEventArgs
Inheritance
System.Object
System.EventArgs
TimeCellFormattingEventArgs
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 TimeCellFormattingEventArgs : EventArgs
Constructors
TimeCellFormattingEventArgs(Int32, Int32, TimeTableVisualElement, Boolean)
Declaration
public TimeCellFormattingEventArgs(int column, int row, TimeTableVisualElement element, bool isMinute)
Parameters
System.Int32
column
|
System.Int32
row
|
TimeTableVisualElement
element
|
System.Boolean
isMinute
|
Properties
Column
Declaration
public int Column { get; }
Property Value
System.Int32
|
Element
Declaration
public TimeTableVisualElement Element { get; set; }
Property Value
TimeTableVisualElement
|
IsMinute
Declaration
public bool IsMinute { get; }
Property Value
System.Boolean
|
Row
Declaration
public int Row { get; }
Property Value
System.Int32
|