PivotGridFilterItem(Object, String, Nullable<Boolean>) Constructor
In This Article
Initializes a new instance of the PivotGridFilterItem class.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
value | Object | A field value that corresponds to the current filter value. This value is assigned to the Pivot |
text | String | A String that specifies the item’s caption. This value is assigned to the Pivot |
is |
Nullable<Boolean> | true if the item should be checked; false if it should be unchecked; null if its check state should be indeterminate. This value is assigned to the Pivot |
See Also