Enum
CalendarTableElement.HeaderType

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.

Declaration

cs-api-definition
Column = 1

Field Value

CalendarTableElement.HeaderType

Row

Rendered as the first cell in a row. When clicked if UseRowHeadersAsSelectors is true, it will select the entire row.

Declaration

cs-api-definition
Row = 0

Field Value

CalendarTableElement.HeaderType

View

Rendered in the top left corner of the calendar view. When clicked if EnableViewSelector is true, it will select the entire view.

Declaration

cs-api-definition
View = 2

Field Value

CalendarTableElement.HeaderType

In this article
DefinitionFieldsColumnRowView
Not finding the help you need?
Contact Support