TcxCustomEditContainerItemExcelFilterPopupOptions.ApplyChanges Property
Specifies how an Excel-inspired dropdown window updates filter criteria for a container control item.
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 the container control item’s filter dropdown. Refer to the TdxExcelFilterValueContainerApplyChangesMode type description for details.
The ApplyChanges property overrides the Filtering.ColumnExcelPopup.ApplyChanges or Filtering.RowExcelPopup.ApplyChanges property of a tree list or vertical grid control, respectively. The item’s filter dropdown uses the criteria update mode of the container control only if the ApplyChanges property is set to efacDefault.
The ApplyChanges property’s default value is efacDefault.