TcxControlOptionsFilteringItemExcelPopup.ApplyChanges Property
Specifies how an Excel-inspired dropdown window updates filter criteria in a tree list or vertical grid control.
Declaration
property ApplyChanges: TdxExcelFilterValueContainerApplyChangesMode read; write; default efacDefault;
Property Value
Type | Default |
---|---|
TdxExcelFilterValueContainerApplyChangesMode | efacDefault |
Remarks
Set this property to efacImmediately or efacOnTabOrOKButtonClick to explicitly enable the immediate post or on-demand filter criteria update mode in a filter dropdown, respectively. Refer to the TdxExcelFilterValueContainerApplyChangesMode type description for details.
A container control item’s Properties.Options.ExcelFilterPopup.ApplyChanges property overrides the ApplyChanges property. If the former property is set to efacDefault, the item inherits the filter criteria update mode from the container control. The dxDefaultExcelFilterValueContainerApplyChanges global constant defines how the filter dropdown applies changes made to its filter criteria if efacDefault is assigned to both properties.
The ApplyChanges property’s default value is efacDefault.