Specifies the type of a selector sell.
Namespace: Kettic.AspNet.Controls.CalendarAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
SyntaxPublic Enumeration HeaderType
public enum class HeaderType
Members
| Member name | Value | Description |
---|
| Row | 0 |
Rendered as the first cell in a row. When clicked if UseRowHeadersAsSelectors is true,
it will select the entire row.
|
| Column | 1 |
Rendered as the first cell in a column. When clicked if UseColumnHeadersAsSelectors is true,
it will select the entire column.
|
| View | 2 |
Rendered in the top left corner of the calendar view. When clicked if EnableViewSelector is true,
it will select the entire view.
|
See Also