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