Back to Devexpress

DockPanel.OriginalSize Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-521b1bf1.md

latest1.2 KB
Original Source

DockPanel.OriginalSize Property

This member supports the internal infrastructure and is not intended to be used directly from your code..

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[XtraSerializableProperty]
public Size OriginalSize { get; set; }
vb
<Browsable(False)>
<XtraSerializableProperty>
Public Property OriginalSize As Size

Property Value

TypeDescription
Size

A Size structure.

|

See Also

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace