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

ColumnBase.VerticalContentAlignment Property

Gets or sets the vertical alignment of the column contents. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

public VerticalAlignment VerticalContentAlignment { get; set; }

Property Value

Type Description
Windows.UI.Xaml.VerticalAlignment

A Windows.UI.Xaml.VerticalAlignment enumeration value.

See Also