Skip to main content

dxDefaultFilterPopupWindowMode Constant

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

Declaration

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