Skip to main content
A newer version of this page is available. .

CheckedListFilterModel.SelectedFilterValuesSource Property

Gets a source with selected filter values.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public ObservableCollection<object> SelectedFilterValuesSource { get; }

Property Value

Type Description
ObservableCollection<Object>

A source with selected filter values.

See Also