Class WindowHeaderPanelContainerType
Defines the different types of the elements inside of the Window
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
None
This is the default value - this element will not participate in the layout logic.
Declaration
public const WindowHeaderPanelContainerType None
Field Value
Title
The element that holds the icon and title.
Declaration
public const WindowHeaderPanelContainerType Title
Field Value
value__
Declaration
public int value__
Field Value
System.
|