Version

IFilterMember Interface Members

The following tables list the members exposed by IFilterMember.

Public Properties
 NameDescription
 PropertyDelayLoadingGets a value indicating whether data source should skip loading of children members.  
 PropertyFilterMembersGets the filter members. The collection contains all the child members of current member.  
 PropertyFilterSourceGets the underlaying filter source.  
 PropertyFilterViewModelGets the Infragistics.Olap.IFilterViewModel that owns the filter members hierarchy.  
 PropertyHasChildrenGets a value indicating whether this member has children.  
 PropertyIsChangeSourceGets a value indicating whether this instance is the original initiator of the selection change.  
 PropertyIsExpandedGets or sets a value indicating whether the child of this member should be visible.  
 PropertyIsLoadedGets or sets a value indicating whether the children of this member are loaded.  
 PropertyIsSelectedGets or sets a value indicating whether this member is selected.  
 PropertyMemberGets the member for which we will set filter properties.  
 PropertyParentMemberGets the parent IFilterMember of this filter member.  
Public Methods
 NameDescription
 MethodAddFilterMembersAdds filter members to FilterMembers collection  
 MethodClearFilterMembersRemoves all children from FilterMembers collection.  
Public Events
 NameDescription
 EventSelectionChangeCommitedOccurs when selection changes are commited.  
 EventSelectionChangedOccurs when IsSelected property changes.  
See Also