DataGridView.IsColumnHeaderVisible Property
In This Article
Specifies whether column headers are shown in the grid.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
#Declaration
C#
[XtraSerializableProperty]
public bool IsColumnHeaderVisible { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true, to display column headers; otherwise, false. |
See Also