Calendar::SelectorStyle Property
.NET Framework (current version)
Gets the style properties for the week and month selector column.
Assembly: System.Web (in System.Web.dll)
public: [PersistenceModeAttribute(PersistenceMode::InnerProperty)] property TableItemStyle^ SelectorStyle { TableItemStyle^ get(); }
Property Value
Type: System.Web.UI.WebControls::TableItemStyle^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.
.NET Framework
Available since 1.1
Available since 1.1
Show: