Skip to main content
A newer version of this page is available.
All docs
V20.2

XRCrossTabCell.AnchorVertical Property

Overrides the XRControl.AnchorVertical property to hide it.

Namespace: DevExpress.XtraReports.UI.CrossTab

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

[Browsable(false)]
public override VerticalAnchorStyles AnchorVertical { get; set; }

Property Value

Type
VerticalAnchorStyles

Available values:

Name Description
None

Does not anchor a control to the edges of its container.

Top

Anchores a control to the top edge of its container.

Bottom

Anchores a control to the bottom edge of its container.

Both

Anchores a control to the top and bottom edges of its container.

Remarks

This property is overridden to hide the corresponding property of the XRControl class, because the AnchorVertical property is not appropriate for the XRCrossTabCell class.

See Also