Class CalendarDayButton
Inheritance
System.Object
CalendarDayButton
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class CalendarDayButton : Button, IAutomationPeer, IPeerConverter, ICalendarDayButton, IButton, IButtonBase, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
CalendarDayButton()
Declaration
public CalendarDayButton()
Fields
IsBlackedOutProperty
IsHighlightedProperty
IsInactiveProperty
IsSelectedProperty
IsTodayProperty
Properties
IsBlackedOut
Declaration
public bool IsBlackedOut { get; set; }
Property Value
System.Boolean
|
IsHighlighted
Declaration
public bool IsHighlighted { get; set; }
Property Value
System.Boolean
|
IsInactive
Declaration
public bool IsInactive { get; set; }
Property Value
System.Boolean
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
IsToday
Declaration
public bool IsToday { get; set; }
Property Value
System.Boolean
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|