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

GridColumn.VerticalContentAlignment Property

Gets or sets the vertical alignment of the column’s content.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

Declaration

public TextAlignment VerticalContentAlignment { get; set; }

Property Value

Type Description
Xamarin.Forms.TextAlignment

A value that specifies the vertical alignment of the column’s content.

Remarks

To specify the horizontal alignment of the column’s content, use the GridColumn.HorizontalContentAlignment property.

See Also