Enum
RetainSizeMode

Determines whether the size of all panes should be retained when docking/floating them.

Definition

Namespace:Telerik.Windows.Controls.Docking

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

cs-api-definition
public enum RetainSizeMode

Fields

DockingAndFloating

Current size of the panes is always retained.

Declaration

cs-api-definition
DockingAndFloating = 2

Field Value

RetainSizeMode

Floating

Only the last floating size of the panes is retained.

Declaration

cs-api-definition
Floating = 1

Field Value

RetainSizeMode

None

The size of the panes is never retained. This is the default value.

Declaration

cs-api-definition
None = 0

Field Value

RetainSizeMode

In this article
DefinitionFieldsDockingAndFloatingFloatingNone
Not finding the help you need?
Contact Support