The following tables list the members exposed by IFilterViewModel.
Name | Description | |
---|---|---|
![]() | AdvancedFilterViewModel | Gets the view model for the advanced filtering. |
![]() | DataProvider | Gets the model provider which is responsible for providing the data. |
![]() | FilterMembers | Gets the filter members. The collection contains all the members in the root level |
![]() | Hierarchy | Gets the hierarchy which will be used for filling the filter members. |
![]() | IsAllSelected | Gets or sets a value indicating whether all Infragistics.Olap.Data.IFilterMember instances of FilterMembers collection are selected. |
![]() | IsDirty | Gets a value indicating whether this instance has pending changes. |
![]() | IsLoadingMembers | Gets a value indicating whether the loading of FilterMembers is in progress. |
![]() | ParentInFront | Gets or sets a value indicating whether parent is in front of children. |
![]() | ViewModel | Gets the olap view model which this instance is related to. |
Name | Description | |
---|---|---|
![]() | AttachToProvider | Connects this IFilterViewModel with particular IDataProvider. |
![]() | DetachFromProvider | Disconnects this IFilterViewModel from particular IDataProvider. |
![]() | GetFilterMember | Overloaded. Gets the filter member related to given Infragistics.Olap.Data.IMember. |
![]() | LoadFilterMembersAsync | Loads the filter members asynchronously. |
![]() | SelectMatchingFilterMembers | Check only the filter members that contain a specific search string. |
Name | Description | |
---|---|---|
![]() | LoadFilterMembersCompleted | Fired when asynchronous loading of filter members is completed. |
![]() | SelectionChanged | Occurs when any of Infragistics.Olap.Data.IFilterMember childern changes its selection. |