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