Skip to main content

GridColumn.VerticalContentAlignment Property

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

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

#Declaration

C#
[XtraSerializableProperty]
public TextAlignment VerticalContentAlignment { get; set; }

#Property Value

Type Description
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