GridColumn.VerticalContentAlignment Property
In This Article
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 |
---|---|
Text |
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