ColumnBase.HeaderHorizontalContentAlignment Property
In This Article
Gets or sets the column header’s content alignment. This is a dependency property.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(HorizontalAlignment.Left, Handler = "UpdateActualHorizontalHeaderContentAlignment")]
public HorizontalAlignment HeaderHorizontalContentAlignment { get; set; }
#Property Value
Type | Description |
---|---|
Horizontal |
The content’s horizontal alignment. |
See Also