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

ColumnBase.ActualHorizontalContentAlignment Property

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.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