Class
TimeCellFormattingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class TimeCellFormattingEventArgs : EventArgs

Inheritance: objectEventArgsTimeCellFormattingEventArgs

Inherited Members EventArgs.Empty

Constructors

TimeCellFormattingEventArgs(int, int, TimeTableVisualElement, bool)

Declaration

cs-api-definition
public TimeCellFormattingEventArgs(int column, int row, TimeTableVisualElement element, bool isMinute)

Parameters

column

int

row

int

element

TimeTableVisualElement

isMinute

bool

Properties

Column

Declaration

cs-api-definition
public int Column { get; }

Property Value

int

Element

Declaration

cs-api-definition
public TimeTableVisualElement Element { get; set; }

Property Value

TimeTableVisualElement

IsMinute

Declaration

cs-api-definition
public bool IsMinute { get; }

Property Value

bool

Row

Declaration

cs-api-definition
public int Row { get; }

Property Value

int