TcxControlOptionsFilteringItemExcelPopup.Assign(TPersistent) Method
Updates the Excel-inspired filter dropdown’s settings of a tree list or vertical grid control from the specified source.
Declaration
procedure Assign(ASource: TPersistent); override;
Parameters
Name | Type |
---|---|
ASource | TPersistent |
Remarks
Call this procedure and pass another control’s Excel-inspired filter dropdown property set as the Source parameter to update all properties with the corresponding filter dropdown settings of another container control. The source property set must be a TcxControlOptionsFilteringItemCustomPopup class descendant instance.
See Also