Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxControlOptionsFilteringItemExcelPopup.NumericValuesPageType Property

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

#Declaration

Delphi
property NumericValuesPageType: TdxExcelFilterValueContainerNumericValuesPageType read; write; default nvptDefault;

#Property Value

Type Default
TdxExcelFilterValueContainerNumericValuesPageType nvptDefault

#Remarks

Set this property to nvptRange or nvptList to explicitly show a range track bar or a simple list of numeric values on the Values page of a filter dropdown. Refer to the TdxExcelFilterValueContainerNumericValuesPageType type description for details.

A container control item’s Properties.Options.ExcelFilterPopup.NumericValuesPageType property overrides the NumericValuesPageType property. If the former property is set to nvptDefault, the item inherits the numeric value selection UI for the filter dropdown from the container control. The dxDefaultExcelFilterValueContainerNumericValuesPageType global constant defines which numeric value selection UI the filter dropdown provides if nvptDefault is assigned to both properties.

The NumericValuesPageType property’s default value is nvptDefault.

See Also