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

SidePanel.Dock Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DXCategory("Layout")]
[SmartTagProperty("Dock Style", "", SmartTagActionType.RefreshAfterExecute)]
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