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

TcxFilterValueItem Class

A filter item.

#Declaration

Delphi
TcxFilterValueItem = class(
    TObject
)

#Remarks

The TcxFilterValueItem class has members that allow you to do the following:

  • Obtain the filter item’s type and display text (Kind and DisplayText).
  • Associate the filter item with an image in the custom image list or the image list obtained from the source grid item (ImageIndex).
  • Identify the corresponding value in the source data grid item (Value).

The TcxFilterValueList.Items property references a TcxFilterValueItem object.

#Inheritance

TObject
TcxFilterValueItem
See Also