Skip to main content

ColumnBase.CellVerticalContentAlignment Property

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

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(VerticalAlignment.Center, Handler = "UpdateCellsAppearance")]
public VerticalAlignment CellVerticalContentAlignment { get; set; }

Property Value

Type Description
VerticalAlignment

The cell content’s vertical alignment.

See Also