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

TcxLookupDBGridOptions Class

Represents a set of options for a data-aware dropdown list.

#Declaration

Delphi
TcxLookupDBGridOptions = class(
    TcxLookupGridOptions
)

#Remarks

The TcxLookupDBGridOptions class extends its ancestor class with properties that allow you to:

  • enable synchronization of the current record in a data-aware dropdown list with the current record in the TDataSet bound to this list (SyncMode);

  • access the dropdown list that owns this set of options (Grid).

Use a lookup control’s Properties.ListOptions property to access this set of options.

#Inheritance

See Also