ClassPaneHeader
Represents the RadDocking for Silverlight PaneHeader control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class PaneHeader : ContentControl, IAutomationPeer, IPeerConverter, IPaneHeader, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlPaneHeader
Implements:
Inherited Members
Constructors
PaneHeader()
Initializes a new instance of the PaneHeader class.
Declaration
public PaneHeader()
Properties
CloseButtonVisibility
Get the close button visibility value.
Declaration
public Visibility CloseButtonVisibility { get; }
Property Value
Implements
IsCommandButtonChecked
Get whether the commands toggle button is checked (the command menu is open).
Declaration
public bool IsCommandButtonChecked { get; }
Property Value
Implements
PinButtonVisibility
Get the pin button visibility value.
Declaration
public Visibility PinButtonVisibility { get; }
Property Value
Implements
Title
Get the title of the docking pane header control.
UNPinButtonVisibility
Get the Unpin button visibility value.
Declaration
public Visibility UNPinButtonVisibility { get; }
Property Value
Methods
Close()
Simulates user clicking on the close button in the header.
Declaration
public void Close()
Exceptions
Thrown when the close button is not visible.
Implements
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
public void ToggleCommandButton()
Implements
TogglePin()
Simulates user clicking on the pin button in the header to pin/unpin the pane.
Declaration
public void TogglePin()
Exceptions
Thrown when the pin button is not visible.
Implements
Remarks
Use PaneGroup.HeaderClose() if the pain group content will be checked afterwards.