Skip to main content

TcxGridFixedDataRowsOptions.SeparatorWidth Property

Specifies a width (in pixels) of the separator between the scrollable and fixed row areas.

Declaration

property SeparatorWidth: Integer read; write; default cxGridCustomRowSeparatorDefaultWidth;

Property Value

Type Default
Integer cxGridCustomRowSeparatorDefaultWidth

Remarks

Use the SeparatorWidth and SeparatorColor properties to customize the separator’s appearance.

Note

The SeparatorWidth property’s value is automatically multiplied by a DPI-aware application form‘s scale factor every time it changes.

The SeparatorWidth property’s default value is cxGridCustomRowSeparatorDefaultWidth global constant.

See Also