Skip to main content

TcxGridBand.Options Property

Contains settings defining the possibility of the runtime band manipulations, such as moving and resizing.

Declaration

property Options: TcxGridBandOptions read; write;

Property Value

Type
TcxGridBandOptions

Remarks

The Options settings affect band moving and resizing. The end-user can move a band by clicking and dragging its header. All columns associated with the band are moved also. Band sizing can be performed via code by setting the Band.Width property. The end-user can change the band’s width via dragging the appropriate vertical edge of the band. Band moving and sizing are affected by the banded table View’s OptionsCustomize set of options.

See Also