TcxGridBandOptions.Moving Property
Specifies if end-users can move a band to another position.
Declaration
property Moving: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to False to prohibit end-users from moving the band using drag and drop.
The default value of the Moving property is True.
See Also