dxDefaultFilterPopupWindowMode Constant
In This Article
Specifies which filter dropdown all container control items display by default.
#Declaration
Delphi
const dxDefaultFilterPopupWindowMode: TdxFilterPopupWindowMode = fpmClassic;
#Returns
Type |
---|
Tdx |
#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 fpm
See Also