PivotGridFieldOptionsFilter Properties
Contains the field’s filtering options.Name | Description |
---|---|
PopupExcelFilterDateTimeValuesTabFilterType | Gets or sets the type of filtering UI used to create filters in the Values tab in the Excel-style filter popup (if the current field contains date-time values). |
PopupExcelFilterDefaultTab | Gets or sets the default tab opened in the Excel-style filter popup. |
PopupExcelFilterEnumFilters | Gets or sets a set of relational operators (equality and inequalities) used to create a filter condition in the Filters tab of the Excel-style filter popup (if the current field contains enumeration data). |
PopupExcelFilterImmediateUpdate | Gets or sets whether filter conditions are applied to data immediately or only when the drop-down filter is closed. This property is in effect for the Excel-style Filter Dropdown. |
PopupExcelFilterNumericValuesTabFilterType | Gets or sets the type of filtering UI used to create filters in the Values tab in the Excel-style filter popup (if the current field contains numeric data). |
PopupExcelFilterShowAllValues | Gets or sets whether or not filters applied to other fields affect filter values displayed for the current field in the Excel-style filter popup. |
PopupExcelFilterShowBlanks | Gets or sets whether or not the Excel-style pop-up filter shows NULL values from a current field. |
PopupExcelFilterTextFilters | Gets or sets a set of relational operators (equality and inequalities) used to create a filter condition in the Filters tab of the Excel-style filter popup (if the current field contains text data). |
See Also