ColumnBase.CellHorizontalContentAlignment Property
In This Article
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 |
---|---|
Horizontal |
The cell content’s horizontal alignment. |
See Also