Back to Devexpress

DataGridView.IsColumnHeaderVisible Property

mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-dot-datagridview-abf01adb.md

latest993 B
Original Source

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

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

Property Value

TypeDescription
Boolean

true , to display column headers; otherwise, false.

|

See Also

DataGridView Class

DataGridView Members

DevExpress.XamarinForms.DataGrid Namespace