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 Members

In This Article
Represents an interface for objects that need to use the filter control functionality.

#Properties

Name Description
Captions Designed to get the caption of the specified filter item.
Count Designed to get the number of filter items.
Criteria Designed to get the filter criteria applied to the object.
FieldNames
ItemLinkIDs
ItemLinkNames Returns the name of a link to the specified filter item.
ItemLinks Returns a link to the specified filter item.
Properties Obtains the settings of the specified filter item’s editor.
ValueTypes

#Methods

Name Description
GetCaption(Integer) Returns the Captions property value.
GetCount Returns the Count property value.
GetCriteria Returns the Criteria property value.
GetFieldName(Integer) Returns the FieldNames property value.
GetItemLink(Integer) Returns the ItemLinks collection item.
GetItemLinkID(Integer)
GetItemLinkName(Integer) Returns the ItemLinkNames collection item.
GetProperties(Integer) Returns the Properties property value.
GetValueType(Integer)
See Also