Defines the different types of the elements inside of the WindowHeaderPanel.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public enum WindowHeaderPanelContainerType
Fields
The element that holds the Minimize/Maximize/Close buttons.
C#
Buttons = 2
This is the default value - this element will not participate in the layout logic.
C#
None = 0
The element that holds the icon and title.
C#
Title = 1