Skip to main content
.NET Framework 4.6.2+

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

ListViewFilterAttribute Properties
Show Inherited Hide Inherited

Specifies the filters that an end-user will be able to apply to the List View that displays the target class’objects.
Name Description
Caption Specifies the current filter caption.
Criteria Specifies the criteria applied to the List View when the current filter is applied.
Description Specifies the current filter description.
Id Specifies the identifier of the current filter.
ImageName Specifies the name of the image that is displayed for the current filter.
Index Specifies the order index by which the SetFilter Action‘s items are arranged.
IsCurrentFilter Indicates whether the filter is initially applied to the current List View.
TypeId When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
See Also