ShowHeading property
- Last UpdatedJul 19, 2024
- 1 minute read
The ShowHeading property is a read-write Boolean property that gets or sets the visibility of the grid heading at run time.
Syntax
result = AlarmClient.ShowHeading;
AlarmClient.ShowHeading = showHeading;