TcxGridBandOptions.Sizing Property
Specifies whether a user can resize a band.
Declaration
property Sizing: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
The Sizing property specifies whether a user can change the band’s width. If Sizing is True, a user can drag a band edge to resize the band. To prevent a user from changing sizes of all bands within a Banded Table View, use the View’s OptionsCustomize.BandSizing property.
The default value of the Sizing property is True.
See Also