Interface
ITimeRulerMonthViewItem

Represents the TimeRulerMonthViewItem control wrapper for SL/Wpf interface.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public interface ITimeRulerMonthViewItem : IControl, IFrameworkElement, ITargetElement

Derived Classes: TimeRulerMonthViewItemTimeRulerMonthViewItem

Inherited Members IControl.IsEnabledIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

ExpandButton

Gets the expand button in the TimeRulerMonthViewItem.

Declaration

cs-api-definition
IRadToggleButton ExpandButton { get; }

Property Value

IRadToggleButton

HeaderButton

Gets the RadButton used for navigation to spesific day.

Declaration

cs-api-definition
IRadButton HeaderButton { get; }

Property Value

IRadButton

Rectangle

Gets the screen rectangle of the TimeRuler item.

Declaration

cs-api-definition
Rectangle Rectangle { get; }

Property Value

Rectangle

Methods

CollapseTimeRulerMonthViewItem()

Collapses the TimeRulerMonthViewItem throught the toggle button.

Declaration

cs-api-definition
bool CollapseTimeRulerMonthViewItem()

Returns

bool

ExpandTimeRulerMonthViewItem()

Expands the TimeRulerMonthViewItem through the toggle button.

Declaration

cs-api-definition
bool ExpandTimeRulerMonthViewItem()

Returns

bool