TcxFilterValueItem Class
A filter item.
Declaration
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