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

IcxFilterControl.ItemLinks Property

Returns a link to the specified filter item.

#Declaration

Delphi
property ItemLinks[Index: Integer]: TObject read;

#Property Value

Type
TObject

#Remarks

When implemented, the ItemLinks property should return an object representing a unique link to a filter item identified by the Index parameter. The GetItemLink method should be implemented to provide the correct ItemLinks property operation.

To determine the name of a particular link, pass its index to the ItemLinkNames zero-based collection.

See Also