The content that each calendar button is assigned.
Definition
Namespace:Telerik.Windows.Controls.Calendar
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public class CalendarButtonContent : INotifyPropertyChanged
Inheritance: objectCalendarButtonContent
Implements:
Constructors
C#
public CalendarButtonContent()
Properties
Gets the type of the button.
C#
public CalendarButtonType ButtonType { get; }
Defines whether the element belongs to the current view (currently displayed month, year, decade or century).
C#
public bool IsFromCurrentView { get; set; }
Gets whether the button is initially visible.
C#
public bool IsInAnotherView { get; set; }
Gets whether the button is initially selected.
C#
public bool IsSelected { get; set; }
Methods
Overrides ToString to support proper display if set as Content on ContentPresenter with ContentTemplate = null.
C#
public override string ToString()
Returns the value of the Text property.
Overrides:
Events
Occurs when a property value changes.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: