AllowColumnResize property
- Last UpdatedJul 19, 2024
- 1 minute read
The AllowColumnResize property is a read-write Boolean property that gets or sets the ability to resize the columns at run time.
Syntax
result = AlarmClient.AllowColumnResize;
AlarmClient.AllowColumnResize = allowColResizing;