Skip to main content

TcxTreeListBandOptions.OnlyOwnColumns Property

Specifies if users can drag columns between bands.

Declaration

property OnlyOwnColumns: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False
  • If True, users can drag columns to move them only within the band.
  • If False (default), users can drag columns between bands.

Remarks

The OnlyOwnColumns property has no effect on the Customization Form.

Default Value

The OnlyOwnColumns property’s default value is False.

See Also