Skip to main content

BaseColumn.HorizontalHeaderContentAlignment Property

Gets or sets the column header's content alignment. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public HorizontalAlignment HorizontalHeaderContentAlignment { get; set; }

#Property Value

Type Description
HorizontalAlignment

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

See Also