IDataGridBandBaseOptions.Moveable

Syntax

Moveable: Boolean;

Description

The Moveable property determines whether a band or a column can be moved.

Comments

If the property is set to True, a band or a column can be moved inside the component with a mouse or moved in the Select Columns dialog box. If the property is set to False, a band or a column cannot be moved.

The AllowPress property must be set to True for the user to be able to move bands or columns with a mouse.

NOTE. Regardless of this property value a band or a column can be moved by changing its parent band or by changing the location of nearest bands or columns.

See also:

IDataGridBandBaseOptions