Class CalendarButton
Inheritance
System.Object
CalendarButton
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 CalendarButton : Button, IAutomationPeer, IPeerConverter, ICalendarButton, IButton, IButtonBase, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
CalendarButton()
Declaration
public CalendarButton()
Fields
HasSelectedDaysProperty
IsInactiveProperty
Properties
HasSelectedDays
Declaration
public bool HasSelectedDays { get; set; }
Property Value
System.Boolean
|
IsInactive
Declaration
public bool IsInactive { get; set; }
Property Value
System.Boolean
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|