Skip to main content
A newer version of this page is available. .

DockPanel.SavedSizeFactor Property

Returns the panel scale factor. This property is used by the Workspace Manager component to correctly save and restore dock panels. Normally, you should not modify this setting manually.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
[DefaultValue(1)]
[XtraSerializableProperty]
public double SavedSizeFactor { get; set; }

Property Value

Type Default Description
Double 1

A Double value that is the panel scale factor.

See Also