Interface
IRadPane

Represents the IRadPane control wrapper for SL/Wpf interface.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public interface IRadPane : IRadTabItem, IContentControl, IControl, IFrameworkElement, ITargetElement

Derived Classes: RadDocumentPaneRadPaneRadDocumentPaneRadPane

Inherited Members IRadTabItem.Click()IRadTabItem.ItemTextIRadTabItem.ItemIndexIRadTabItem.IsSelectedIRadTabItem.IsBreakIRadTabItem.IsMouseOverIControl.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

AutoHideHeight

Gets the auto hide height value.

Declaration

cs-api-definition
double AutoHideHeight { get; }

Property Value

double

AutoHideWidth

Gets the auto hide width value.

Declaration

cs-api-definition
double AutoHideWidth { get; }

Property Value

double

CanDockInDocumentHost

Gets a value indicating whether this pane can be docked into the document host.

Declaration

cs-api-definition
bool CanDockInDocumentHost { get; }

Property Value

bool

CanFloat

Gets a value indicating whether this pane can be floated.

Declaration

cs-api-definition
bool CanFloat { get; }

Property Value

bool

IsActive

Gets a value indicating whether this pane is active.

Declaration

cs-api-definition
bool IsActive { get; }

Property Value

bool

IsInDocumentHost

Gets a value indicating whether this pane resizes in the document host.

Declaration

cs-api-definition
bool IsInDocumentHost { get; }

Property Value

bool

IsLastInGroup

Gets a value indicating whether this pane is positioned as the last item in its group.

Declaration

cs-api-definition
bool IsLastInGroup { get; }

Property Value

bool

IsPinned

Gets a value indicating whether this pane is pinned.

Declaration

cs-api-definition
bool IsPinned { get; }

Property Value

bool