Skip to main content

SidePanel.Dock Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DXCategory("Layout")]
public override DockStyle Dock { get; set; }

Property Value

Type Description
DockStyle

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

See Also