Enum CalendarTableElement.HeaderType
Specifies the type of a selector sell.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
protected enum HeaderType
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.