Skip to main content

TcxLookupGridOptions.GridLines Property

Specifies which grid lines are displayed within the drop-down list of a lookup combo box.

Declaration

property GridLines: TcxGridLines read; write; default glBoth;

Property Value

Type Default
TcxGridLines glBoth

Remarks

Use the GridLines property to determine which grid lines are displayed within the drop-down list of a lookup combo box.

Value Meaning
glBoth Both horizontal and vertical grid lines are displayed.
glHorizontal Only horizontal grid lines are displayed.
glNone No grid lines are displayed.
glVertical Only vertical grid lines are displayed.

The default value of the GridLines property is glBoth.

See Also