Skip to main content

cxGridCustomRowSeparatorDefaultWidth Constant

Specifies the default width of the utility row’s separator in pixels.

Declaration

const cxGridCustomRowSeparatorDefaultWidth = 6;

Remarks

The separator visually divides the utility row (either a filter row or new item row) and the other rows in a Table View.

Use the cxGridCustomRowSeparatorDefaultWidth constant to specify another default width of the separator.

See Also