Click or drag to resize
SelectorType 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 SelectorType
Members
  Member nameValueDescription
Row0 Rendered as the first cell in a row. When clicked, it will select the entire row.
Column1 Rendered as the first cell in a column. When clicked, it will select the entire column.
View2 Rendered in the top left corner of the calendar view. When clicked, it will select the entire view.
See Also