TcxGridItemExcelFilterPopupOptions.Assign(TPersistent) Method
Update the Excel-inspired filter dropdown setting of a grid item from the specified source.
Declaration
procedure Assign(ASource: TPersistent); override;
Parameters
Name | Type |
---|---|
ASource | TPersistent |
Remarks
Call this procedure and pass another Excel-inspired filter dropdown property set as the ASource parameter to update the ApplyChanges, DateTimeValuesPageType, DefaultPage, and NumericValuesPageType properties. The source property set must be a TcxGridItemExcelFilterPopupOptions class descendant instance.
See Also