ColumnBase.CellVerticalContentAlignment Property
In This Article
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 |
---|---|
Vertical |
The cell content’s vertical alignment. |
See Also