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

XRCrossTab.AnchorHorizontal Property

Overrides the XRControl.AnchorHorizontal property to hide it.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(false)]
public override HorizontalAnchorStyles AnchorHorizontal { get; set; }

Property Value

Type
HorizontalAnchorStyles

Available values:

Name Description
None

Identical to the Left member.

Left

Anchors a control to the left edge of its container.

Right

Anchors a control to the right edge of its container.

Both

Anchores a control to the left and right edges of its container.

Remarks

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

See Also