CheckedListFilterModel.SelectedFilterValues Property
Gets or sets the selected filter values in the CheckedListFilterElement.
Namespace: DevExpress.Xpf.Core.FilteringUI
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
List<Object> | A list of the selected filter values in the CheckedListFilterElement. |
See Also