DataGridView.ColumnHeaderHeight Property
Gets or sets the height of column headers in the grid.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
[XtraSerializableProperty]
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.
See Also