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

Band.AnchorHorizontal Property

Hides the AnchorHorizontal property.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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.

See Also