DataGrid::ShowHeader Property
.NET Framework (current version)
Gets or sets a value that indicates whether the header is displayed in the DataGrid control.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue to display the header; otherwise, false. The default value is true.
Set this property to true to display the header in the DataGrid. The appearance of the header is controlled by using the HeaderStyle property.
.NET Framework
Available since 1.1
Available since 1.1
Show: