Back to Devexpress

DataGridView.IsColumnHeaderVisible Property

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-56ee8de0.md

latest864 B
Original Source

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

csharp
public bool IsColumnHeaderVisible { get; set; }

Property Value

TypeDescription
Boolean

true to display column headers; otherwise, false.

|

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace