RadControls for ASP.NET AJAX

RadControls for ASP.NET AJAX
Specifies the type of a selector sell.

Namespace: Telerik.Web.UI.Calendar
Assembly: Telerik.Web.UI (in Telerik.Web.UI.dll) Version: 2013.2.522.0 (2013.02.0522.0)

Syntax

C#
public enum SelectorType
Visual Basic
Public Enumeration 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