Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridBand.Options Property

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

#Declaration

Delphi
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