Gets or sets a value that indicates whether to show the header.
Declaration
public bool ShowHeader { get; set; }
Public Property ShowHeader As Boolean
Property Value
Type |
Description |
bool |
A bool value that indicates whether to show the header. The default is true.
|