Skip to main content

TcxControlOptionsFilteringItemExcelPopup.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 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