PaneHeader
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class PaneHeader : ContentControl, IAutomationPeer, IPeerConverter, IPaneHeader, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlPaneHeader...
Implements:
Inherited Members
Constructors
C#
public PaneHeader()
Properties
C#
public Visibility CloseButtonVisibility { get; }
Implements:
C#
public bool IsCommandButtonChecked { get; }
Implements:
C#
public Visibility PinButtonVisibility { get; }
Implements:
C#
public Visibility UNPinButtonVisibility { get; }
Methods
C#
public void Close()
Implements:
C#
public void ToggleCommandButton()
Implements:
C#
public void TogglePin()
Implements: