Class ListViewData<T>
- Namespace
- Innova.Prism.Infrastructure.EventParameters
- Assembly
- Innova.Prism.Infrastructure.dll
Represents the data for a ListView event with a specified type.
public class ListViewData<T> : ListViewData where T : class
Type Parameters
T
The type of the ListView data.
- Inheritance
-
ListViewData<T>
Constructors
- ListViewData()
Initializes a new instance of the ListViewData<T> class.
- ListViewData(string, object)
Initializes a new instance of the ListViewData<T> class with the specified key and value.
Properties
- Filter
Gets or sets the filter expression for the ListView.
- Header
Gets or sets the header for the ListView.