Skip to main content
.NET 8.0+

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 Constructors

Specifies the filters that an end-user will be able to apply to the List View that displays the target class’objects.
Name Parameters Description
ListViewFilterAttribute(String, String, Boolean) id, criteria, isCurrentFilter Creates an instance of the ListViewFilterAttribute class and initializes its properties.
ListViewFilterAttribute(String, String, String, Boolean) id, criteria, caption, isCurrentFilter Creates an instance of the ListViewFilterAttribute class and initializes its properties.
ListViewFilterAttribute(String, String, String, String, Boolean) id, criteria, caption, description, isCurrentFilter Creates an instance of the ListViewFilterAttribute class and initializes its properties.
ListViewFilterAttribute(String, String, String, String, Int32, Boolean) id, criteria, caption, description, index, isCurrentFilter Initializes a new instance of the ListViewFilterAttribute.
ListViewFilterAttribute(String, String, String, String) id, criteria, caption, description Creates an instance of the ListViewFilterAttribute class and initializes its properties.
ListViewFilterAttribute(String, String, String) id, criteria, caption Creates an instance of the ListViewFilterAttribute class and initializes its properties.
ListViewFilterAttribute(String, String) id, criteria Creates an instance of the ListViewFilterAttribute class and initializes its properties.
See Also