Click or drag to resize
HeaderType Enumeration
Specifies the type of a selector sell.

Namespace: Kettic.AspNet.Controls.Calendar
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum HeaderType
Members
  Member nameValueDescription
Row0 Rendered as the first cell in a row. When clicked if UseRowHeadersAsSelectors is true, it will select the entire row.
Column1 Rendered as the first cell in a column. When clicked if UseColumnHeadersAsSelectors is true, it will select the entire column.
View2 Rendered in the top left corner of the calendar view. When clicked if EnableViewSelector is true, it will select the entire view.
See Also