Skip to main content
A newer version of this page is available. .

TcxGridItemExcelFilterPopupOptions.NumericValuesPageType Property

Specifies the UI type of the filter dropdown’s Values page for numeric values.

Declaration

property NumericValuesPageType: 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 Excel-inspired filter dropdown invoked for a numeric dataset field. In the latter case, a user can define a range without the need to check every individual numeric value. Refer to the TdxExcelFilterValueContainerNumericValuesPageType type description for details.

The NumericValuesPageType property has lower priority than a grid item‘s Options.FilteringExcelPopupNumericValuesPageType property. The grid item uses the numeric value selection UI type defined at the parent View level only if the latter property is set to nvptDefault.

The dxDefaultExcelFilterValueContainerNumericValuesPageType global constant value defines if the filter dropdown menu’s Values page shows a simple list box or range track bar to select numeric values.

The NumericValuesPageType property’s default value is nvptDefault.

See Also