TcxCustomEditContainerItemExcelFilterPopupOptions.Assign(TPersistent) Method
Updates an Excel-inspired filter dropdown’s settings of an item in a tree list or vertical grid control.
Declaration
procedure Assign(ASource: TPersistent); override;
Parameters
Name | Type |
---|---|
ASource | TPersistent |
Remarks
Call this procedure and pass another filter item’s Excel-inspired dropdown window property set as the Source parameter to update the DateTimeValuesPageType, DefaultPage, ApplyChanges, NumericValuesPageType, FilteredItemsList, and FilteredItemsListShowFilteredItemsOnly properties. The source property set must be a TcxCustomEditContainerItemCustomFilterPopupOptions class descendant instance.
See Also