Back to Devexpress

DockManager.XtraSerializableScreenConfiguration Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-3c58e09f.md

latest1.6 KB
Original Source

DockManager.XtraSerializableScreenConfiguration 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)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationVisibility.SimpleCollection, true)]
public IEnumerable<Rectangle> XtraSerializableScreenConfiguration { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<XtraSerializableProperty(XtraSerializationVisibility.SimpleCollection, True)>
Public ReadOnly Property XtraSerializableScreenConfiguration As IEnumerable(Of Rectangle)

Property Value

Type
IEnumerable<Rectangle>

See Also

DockManager Class

DockManager Members

DevExpress.XtraBars.Docking Namespace