Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxLookupGridOptions.GridLines Property

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

#Declaration

Delphi
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