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

TCustomdxPSExplorer.FilterLinkClass Property

Specifies the class of links whose reports are displayed by the explorer.

#Declaration

Delphi
property FilterLinkClass: TComponentClass read; write;

#Property Value

Type
TComponentClass

#Remarks

Use the FilterLinkClass property to filter reports by their link class. If a class is assigned to the property, the explorer will display only those reports that have been created for the specified control class. For instance, to display only reports created for the TcxDBTreeList control, assign this class to the FilterLinkClass property.

If the FilterLinkClass property value is nil, no filtering is applied to the explorer.

See Also