AllowProperty(OptionsLayoutBase, String, Int32)
|
For internal use.
|
Assign(PivotGroupFilterValues)
|
Initializes the current PivotGroupFilterValues object with the specified one.
|
BeginUpdate()
|
Locks the PivotGroupFilterValues object by disallowing visual updates until the EndUpdate or CancelUpdate method is called.
|
CancelUpdate()
|
Unlocks the PivotGroupFilterValues object after it has been locked by the BeginUpdate method, without causing an immediate visual update.
|
Clone()
|
Returns a copy of the current object.
|
Contains(Object, Object[], Boolean)
|
For internal use.
|
Contains(Object, Object[])
|
Returns whether the current filter condition allows processing the specified group value.
|
EndUpdate()
|
Unlocks the PivotGroupFilterValues object after a call to the BeginUpdate method and causes an immediate visual update.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
FindFilterValue(Object[])
|
Returns a filter value that corresponds to the specified group value.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
IsEquals(PivotGroupFilterValues)
|
Returns whether the group filter values of the specified objects match.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
Reset()
|
Clears the filter values collection.
|
ResetProperties(OptionsLayoutBase)
|
For internal use.
|
SetValues(PivotGroupFilterValuesCollection, PivotFilterType, Boolean)
|
Adds the specified filter values to the collection, and sets the filter type to the specified value.
|
SetValuesAsync(PivotGroupFilterValuesCollection, FieldFilterType, AsyncCompletedHandler)
|
Adds the specified filter values to the collection, and sets the filter type to the specified value asynchronously.
|
SetValuesAsync(PivotGroupFilterValuesCollection, PivotFilterType, AsyncCompletedHandler)
|
For internal use.
|
SetValuesAsync(PivotGroupFilterValuesCollection, PivotFilterType, Boolean)
|
For internal use.
|
SetValuesAsync(PivotGroupFilterValuesCollection, Boolean)
|
For internal use.
|
ToString()
|
Returns a string that represents the current object.
|