InterfaceIPaneHeader
Represents the IPaneHeader control wrapper for SL/Wpf interface.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public interface IPaneHeader : IContentControl, IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
CloseButtonVisibility
Get the close button visibility value.
IsCommandButtonChecked
Get whether the commands toggle button is checked (the command menu is open).
PinButtonVisibility
Get the pin button visibility value.
Methods
Close()
Simulates user clicking on the close button in the header.
Declaration
void Close()
Exceptions
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
void ToggleCommandButton()
TogglePin()
Simulates user clicking on the pin button in the header to pin/unpin the pane.
Declaration
void TogglePin()
Exceptions
Thrown when the pin button is not visible.
Remarks
Use PaneGroup.HeaderClose() if the pain group content will be checked afterwards.