Back to Devexpress

SidePanel.Dock Property

windowsforms-devexpress-dot-xtraeditors-dot-sidepanel-9a837f31.md

latest1.4 KB
Original Source

SidePanel.Dock Property

Gets or sets the parent container side to which this SidePanel is docked.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DXCategory("Layout")]
public override DockStyle Dock { get; set; }
vb
<DXCategory("Layout")>
Public Overrides Property Dock As DockStyle

Property Value

TypeDescription
DockStyle

A DockStyle enumeration value that specifies the parent container side to which this SidePanel is docked.

|

See Also

SidePanel Class

SidePanel Members

DevExpress.XtraEditors Namespace