Skip to main content

TcxTreeListBandOptions.OnlyOwnColumns Property

Indicates whether the end-user can drag columns to/from the band.

Declaration

property OnlyOwnColumns: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

By default, this property is False, so users can drag columns to/from the band. If set to True, users can only move columns within the band (i.e. not between bands).

Note

Users can drag a column to/from the customization form regardless of the OnlyOwnColumns value.

Additionally, you can use members of the TcxTreeListOptionsCustomizing object exposed via the control’s OptionsCustomizing property to define options common to all bands and columns.

For more detailed information on options, refer to the Options article.

The default value of the OnlyOwnColumns property is False.

See Also