Skip to main content
A newer version of this page is available. .

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.v22.1.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