Skip to main content

TcxCustomGridTableItemOptions.FilteringExcelPopupNumericValuesPageType Property

Specifies the UI type of an Excel-inspired filter dropdown’s Values page for a grid item‘s numeric values.

Declaration

property FilteringExcelPopupNumericValuesPageType: TdxExcelFilterValueContainerNumericValuesPageType read; write; default nvptDefault;

Property Value

Type Default
TdxExcelFilterValueContainerNumericValuesPageType nvptDefault

Remarks

Set this property to nvptList or nvptRange to list all available values or show a range track bar at the Values page of the filter dropdown invoked for the grid item that shows values from a numeric dataset field. In the latter case, a user can define a range without the need to check every required numeric value individually. Refer to the TdxExcelFilterValueContainerNumericValuesPageType type description for details.

The FilteringExcelPopupNumericValuesPageType property overrides the Filtering.ColumnExcelPopup.NumericValuesPageType and Filtering.RowExcelPopup.NumericValuesPageType properties in the case of Table and Card Views, respectively. The grid item uses the numeric value selection UI type defined at the parent View level only if the FilteringExcelPopupNumericValuesPageType property is set to nvptDefault.

The FilteringExcelPopupNumericValuesPageType property’s default value is nvptDefault.

See Also