cxGridDefaultFixedBandSeparatorWidth Constant
In This Article
Specifies the default separator width (in pixels) for fixed bands.
#Declaration
Delphi
const cxGridDefaultFixedBandSeparatorWidth = cxGridDefaultFixedColumnSeparatorWidth;
#Remarks
This global constant defines the default value of the grid Banded Table View‘s OptionsView.FixedBandSeparatorWidth property.
See Also