cxGridCustomRowSeparatorDefaultWidth Constant
In This Article
Specifies the default width (in pixels) of the utility row separator.
#Declaration
Delphi
const cxGridCustomRowSeparatorDefaultWidth = 6;
#Remarks
The utility row separator delimits a filter or new item row and other rows in a Table View.
The cxGridCustomRowSeparatorDefaultWidth
global constant specifies the default TcxGridSpecialRowOptions.SeparatorWidth property value.
See Also