EnumCalendarTableElement.HeaderType
Enum
Specifies the type of a selector sell.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
protected enum CalendarTableElement.HeaderType
Fields
Column
Rendered as the first cell in a column. When clicked if UseColumnHeadersAsSelectors is true, it will select the entire column.
Row
Rendered as the first cell in a row. When clicked if UseRowHeadersAsSelectors is true, it will select the entire row.
View
Rendered in the top left corner of the calendar view. When clicked if EnableViewSelector is true, it will select the entire view.