ClassCalendarButton
Represents the RadCalendarButton custom control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class CalendarButton : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, ICalendarButton, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlCalendarButton
Implements:
Inherited Members
Constructors
CalendarButton()
Initializes a new instance of the CalendarButton class.
Declaration
public CalendarButton()
Properties
HasTodayBackground
Get whether the button is styled with 'today' background.
Declaration
public bool HasTodayBackground { get; }
Property Value
Implements
IsFocused
Get whether the button is focused and the focus border is visible.
IsFromCurrentView
Gets whether the date represented by this button is from the current view. This is automation property, i.e. gets the value from the CalendarButton control itself.
IsSelected
Gets whether the button is selected. This is automation property, i.e. gets the value from the CalendarButton control itself.
TextOccurrence
Gets the occurence of this button text in the current view. Returns '-1' if that button does not appear in the current view.