Back to Devexpress

cxGridCustomRowSeparatorDefaultWidth Constant

vcl-cxgridtableview-1a6a0f89.md

latest863 B
Original Source

cxGridCustomRowSeparatorDefaultWidth Constant

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

TcxGridSpecialRowOptions.SeparatorWidth

cxGridTableView Unit