Skip to main content

ColumnBase.CellHorizontalContentAlignment Property

Gets or sets the cell content’s horizontal alignment. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(HorizontalAlignment.Stretch, Handler = "UpdateCellsAppearance")]
public HorizontalAlignment CellHorizontalContentAlignment { get; set; }

Property Value

Type Description
HorizontalAlignment

The cell content’s horizontal alignment.

See Also