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.v19.2.dll

NuGet Package: DevExpress.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

Available values:

Name Description
None

The control is not docked.

Top

The top of the control is positioned at the top of the band.

Bottom

The bottom of the control is positioned at the bottom of the band.

Fill

The top of the control is positioned at the top of the band and the bottom of the control is positioned at the bottom of the band, so its height is the same as that of the band.

See Also