TcxHeaderSection.AllowResize Property
Specifies whether the section can be resized.
Declaration
property AllowResize: Boolean read; write; default True;
Property Value
| Type | Default |
|---|---|
| Boolean | True |
Remarks
Set this property to False, to prevent the section from being resized.
The default value of the AllowResize property is True.
See Also