The following tables list the members exposed by IFilterMember.
Name | Description | |
---|---|---|
DelayLoading | Gets a value indicating whether data source should skip loading of children members. | |
FilterMembers | Gets the filter members. The collection contains all the child members of current member. | |
FilterSource | Gets the underlaying filter source. | |
FilterViewModel | Gets the Infragistics.Olap.IFilterViewModel that owns the filter members hierarchy. | |
HasChildren | Gets a value indicating whether this member has children. | |
IsChangeSource | Gets a value indicating whether this instance is the original initiator of the selection change. | |
IsExpanded | Gets or sets a value indicating whether the child of this member should be visible. | |
IsLoaded | Gets or sets a value indicating whether the children of this member are loaded. | |
IsSelected | Gets or sets a value indicating whether this member is selected. | |
Member | Gets the member for which we will set filter properties. | |
ParentMember | Gets the parent IFilterMember of this filter member. |
Name | Description | |
---|---|---|
AddFilterMembers | Adds filter members to FilterMembers collection | |
ClearFilterMembers | Removes all children from FilterMembers collection. |
Name | Description | |
---|---|---|
SelectionChangeCommited | Occurs when selection changes are commited. | |
SelectionChanged | Occurs when IsSelected property changes. |