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

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.

VCL Data Grid: A New Item Row

The cxGridCustomRowSeparatorDefaultWidth global constant specifies the default TcxGridSpecialRowOptions.SeparatorWidth property value.

See Also