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

XRControl.Dock Property

OBSOLETE

The Dock property is now obsolete and isn't used at all. Note that you can achieve a similar functionality using the AnchorVertical property.

For internal use.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[Obsolete("The Dock property is now obsolete and isn't used at all. Note that you can achieve a similar functionality using the AnchorVertical property.")]
[Browsable(false)]
public XRDockStyle Dock { get; set; }

Property Value

Type
XRDockStyle
See Also