Class CloseButtonPosition
Specifies the position(s) where a close button is displayed within a pane or pane group.
Inheritance
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public sealed class CloseButtonPosition : Enum
Remarks
This enumeration supports bitwise combination of its values due to the System.FlagsAttribute. Use this to configure whether the close button appears in the pane, the pane group, or both.
Fields
InGroup
Displays CloseButton in PaneGroup.
Declaration
public const CloseButtonPosition InGroup
Field Value
CloseButtonPosition
|
InPane
Displays CloseButton in Pane.
Declaration
public const CloseButtonPosition InPane
Field Value
CloseButtonPosition
|
InPaneAndGroup
Displays CloseButton in Pane and PaneGroup.
Declaration
public const CloseButtonPosition InPaneAndGroup
Field Value
CloseButtonPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|