Skip to main content

TcxCustomEditContainerItemExcelFilterPopupOptions.NumericValuesPageType Property

Specifies the UI type of an Excel-inspired filter dropdown’s Values page for a container control item that displays 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 explicitly use a simple list or a range track bar at the filter dropdown’s Values page. Refer to the TdxExcelFilterValueContainerNumericValuesPageType type description for details.

The NumericValuesPageType property overrides the Filtering.ColumnExcelPopup.NumericValuesPageType or Filtering.RowExcelPopup.NumericValuesPageType property of a tree list or vertical grid control, respectively. The item’s filter dropdown uses the numeric value selection UI defined for the container control only if the NumericValuesPageType property is set to nvptDefault.

The NumericValuesPageType property’s default value is nvptDefault.

See Also