RadControls for Silverlight

Gets or sets the style selector for the month buttons in the year views of the Calendar.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input (in Telerik.Windows.Controls.Input.dll) Version: 2013.2.611.1050

Syntax

C#
public StyleSelector MonthButtonStyleSelector { get; set; }
Visual Basic
Public Property MonthButtonStyleSelector As StyleSelector
	Get
	Set

Remarks

The MonthButtonStyleSelector together with the MonthButtonStyle specify the Style of the Month buttons in the Year CalendarView.

For more information on styling, see the Calendar help articles.

See Also