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

TcxFilterControl.LinkComponent Property

Specifies an object whose data is to be filtered.

#Declaration

Delphi
property LinkComponent: TComponent read; write;

#Property Value

Type
TComponent

#Remarks

Use the LinkConponent property of the TcxFilterControl to specify an object, which is linked to the filter control. The linked object (typically, a table view) should support the IcxFilterControl interface to be able to interact with a filter control properly.

Filter controls of the TcxFilterControl type provide building complex filter conditions and applying them to the linked object specified by the LinkComponent property.

See Also