XRTableCell.AnchorHorizontal Property
Hides the AnchorHorizontal property.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v22.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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. |
Implements
See Also