Skip to main content
All docs
V20.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.v20.1.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public HorizontalAlignment ActualHorizontalContentAlignment { get; }

Property Value

Type Description
HorizontalAlignment

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

See Also