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

ColumnBase.ActualHorizontalContentAlignment Property

Gets the actual content’s horizontal alignment. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public HorizontalAlignment ActualHorizontalContentAlignment { get; }

Property Value

Type Description
HorizontalAlignment

A HorizontalAlignment enumeration value that specifies the content’s horizontal alignment.

See Also