Interface
IPaneHeader

Represents the IPaneHeader control wrapper for SL/Wpf interface.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

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

Derived Classes: PaneHeaderPaneHeader

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

CloseButtonVisibility

Get the close button visibility value.

Declaration

cs-api-definition
Visibility CloseButtonVisibility { get; }

Property Value

Visibility

IsCommandButtonChecked

Get whether the commands toggle button is checked (the command menu is open).

Declaration

cs-api-definition
bool IsCommandButtonChecked { get; }

Property Value

bool

PinButtonVisibility

Get the pin button visibility value.

Declaration

cs-api-definition
Visibility PinButtonVisibility { get; }

Property Value

Visibility

Title

Get the title of the docking pane header control.

Declaration

cs-api-definition
string Title { get; }

Property Value

string

Methods

Close()

Simulates user clicking on the close button in the header.

Declaration

cs-api-definition
void Close()

Exceptions

InvalidOperationException

Thrown when the close button is not visible.

Remarks

Use PaneGroup.HeaderClose() if the pain group content will be checked afterwards.

ToggleCommandButton()

Simulates user clicking on the commands toggle button to open/close the context menu.

Declaration

cs-api-definition
void ToggleCommandButton()

TogglePin()

Simulates user clicking on the pin button in the header to pin/unpin the pane.

Declaration

cs-api-definition
void TogglePin()

Exceptions

InvalidOperationException

Thrown when the pin button is not visible.

Remarks

Use PaneGroup.HeaderClose() if the pain group content will be checked afterwards.