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

dxDefaultFilterPopupWindowMode Constant

Specifies which filter dropdown all container control items display by default.

#Declaration

Delphi
const dxDefaultFilterPopupWindowMode: TdxFilterPopupWindowMode = fpmClassic;

#Returns

Type
TdxFilterPopupWindowMode

#Remarks

You can change this global constant’s value to fpmExcel to use the Excel-inspired filter dropdowns instead of classic dropdowns in all affected controls by default.

Refer to the TdxFilterPopupWindowMode type description for detailed information on all available options.

Note

The fpmDefault and fpmClassic values both set the classic filter dropdown as default.

See Also