PivotGridFieldFilterValues Members
In This Article
#Constructors
Name | Description |
---|---|
Pivot |
Initializes a new instance of the Pivot |
#Properties
Name | Description |
---|---|
Count |
Gets the number of elements in the Pivot |
Field | Gets the field which owns the current collection. |
Filter |
Gets or sets the field's filter type. |
Has |
Gets whether the current Pivot |
Is |
Gets whether the current collection contains values used to filter against the current field. |
Show |
Gets or sets whether records that contain NULL values in the current field should be processed by the control. |
Values | Gets or sets an array of filter values. |
Values |
Gets or sets which values are excluded from the current field. |
Values |
Gets or sets the values that are displayed in the current field. |
#Methods
Name | Description |
---|---|
Add |
Adds the specified element to the Pivot |
Allow |
For internal use. |
Assign |
Copies the settings from the Pivot |
Clear() |
Removes all elements from the Pivot |
Contains |
Returns whether the current filter condition allows displaying the specified value. |
Contains |
For internal use. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Invert |
Inverts the current filter type. |
Is |
Returns whether the filter values and settings represented by the current and specified objects match. |
Is |
Returns whether the current filter values and the specified values match. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the specified element from the Pivot |
Reset |
For internal use. |
Set |
Sets the filter type to the specified value. |
Set |
Adds the specified values to the collection and sets the Pivot |
Set |
Adds the specified values to the collection and sets the Pivot |
Set |
Adds the specified values to the collection and sets the Field |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also