DataGridView.IsColumnHeaderVisible Property
Gets or sets whether column headers are shown in the grid. This is a bindable property.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public bool IsColumnHeaderVisible { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also