Class WindowHeaderPanelContainerType
Defines the different types of the elements inside of the WindowHeaderPanel.
Inheritance
System.Object
WindowHeaderPanelContainerType
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class WindowHeaderPanelContainerType : Enum
Fields
Buttons
The element that holds the Minimize/Maximize/Close buttons.
Declaration
public const WindowHeaderPanelContainerType Buttons
Field Value
WindowHeaderPanelContainerType
|
None
This is the default value - this element will not participate in the layout logic.
Declaration
public const WindowHeaderPanelContainerType None
Field Value
WindowHeaderPanelContainerType
|
Title
The element that holds the icon and title.
Declaration
public const WindowHeaderPanelContainerType Title
Field Value
WindowHeaderPanelContainerType
|
value__
Declaration
public int value__
Field Value
System.Int32
|