Back to Devexpress

TcxGridSpecialRowOptions.SeparatorWidth Property

vcl-cxgridtableview-dot-tcxgridspecialrowoptions-09c3a491.md

latest1.4 KB
Original Source

TcxGridSpecialRowOptions.SeparatorWidth Property

Specifies the width of the utility row separator, in pixels.

Declaration

delphi
property SeparatorWidth: Integer read; write; default cxGridCustomRowSeparatorDefaultWidth;

Property Value

TypeDefaultDescription
IntegercxGridCustomRowSeparatorDefaultWidth

The utility row separator width, in pixels.

|

Remarks

The utility separator delimits the filter or new item row from data rows in a Table View.

Use the SeparatorWidth property to change the utility row separator width.

Default Value

The SeparatorWidth property’s default value is cxGridCustomRowSeparatorDefaultWidth.

See Also

TcxGridTableView.FilterRow Property

TcxGridTableView.NewItemRow Property

TcxGridSpecialRowOptions Class

TcxGridSpecialRowOptions Members

cxGridTableView Unit