Calendar.SelectorStyle Property
.NET Framework 3.0
Gets the style properties for the week and month selector column.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public TableItemStyle get_SelectorStyle ()
public function get SelectorStyle () : TableItemStyle
Not applicable.
Property Value
A TableItemStyle that contains the style properties for the week and month selector column. The default value is an empty TableItemStyle.Use this property to specify the style for the week and month selector column. For more information on the different style properties that can be controlled, see TableItemStyle.
The SelectorStyle property applies only when the SelectionMode property is set to CalendarSelectionMode.DayWeek or CalendarSelectionMode.DayWeekMonth.
Community Additions
ADD
Show: