Skip to main content

ColumnContentAlignment Enum

Specifies the content alignment within the column cells.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

public enum ColumnContentAlignment

Members

Name Description
Start

Indicates that the column cells content is aligned at the start.

Center

Indicates that the column cells content is aligned at the center.

End

Indicates that the column cells content is aligned at the end.

Related API Members

The following properties accept/return ColumnContentAlignment values:

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

See Also