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

DataGridView.ColumnHeaderHeight Property

Gets or sets the height of column headers in the grid.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

Declaration

public double ColumnHeaderHeight { get; set; }

Property Value

Type Description
Double

The height of column headers, in density-independent pixels.

Remarks

To adjust the height of data and group rows, use the grid’s RowHeight and GroupRowHeight properties.

Row Height

See Also