ShowGrid property
- Last UpdatedJul 19, 2024
- 1 minute read
The ShowGrid property is a read-write Boolean property that gets or sets the appearance of grid lines.
Syntax
result = AlarmClient.ShowGrid;
AlarmClient.ShowGrid = showGrid;
The ShowGrid property is a read-write Boolean property that gets or sets the appearance of grid lines.
result = AlarmClient.ShowGrid;
AlarmClient.ShowGrid = showGrid;