ClassTimeRulerMonthViewItem
The ScheduleView TimeRulerMonthViewItem wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class TimeRulerMonthViewItem : Control, IAutomationPeer, IPeerConverter, ITimeRulerMonthViewItem, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlTimeRulerMonthViewItem
Implements:
Inherited Members
Constructors
TimeRulerMonthViewItem()
Initializes a new instance of the TimeRulerItem class.
Declaration
public TimeRulerMonthViewItem()
Properties
ExpandButton
Gets the Expand RadToggleButton that is used to show all appointments in a TimeRulerMonthViewItem
Declaration
public IRadToggleButton ExpandButton { get; }
Property Value
Implements
HeaderButton
Gets the RadButton used for navigation to spesific day.
Declaration
public IRadButton HeaderButton { get; }
Property Value
Implements
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements
CollapseTimeRulerMonthViewItem()
Collapses the TimeRulerMonthViewItem through the Expand button.
Declaration
public bool CollapseTimeRulerMonthViewItem()
Returns
Returns false when the expand toggle button is not visible. Returns true when collapse is successful.
Implements
ExpandTimeRulerMonthViewItem()
Expands the TimeRulerMonthViewItem through the Expand button.
Declaration
public bool ExpandTimeRulerMonthViewItem()
Returns
Returns false when the expand toggle button is not visible. Returns true when expand is successful.
Implements