Skip to main content

DataGridView.IsColumnHeaderVisible Property

Specifies whether column headers are shown in the grid.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

[XtraSerializableProperty]
public bool IsColumnHeaderVisible { get; set; }

Property Value

Type Description
Boolean

true, to display column headers; otherwise, false.

See Also