TcxEditorRowPropertiesOptions.FilterPopup Property
Provides access to the settings common to all filter dropdown types.
Declaration
property FilterPopup: TcxEditorRowPropertiesFilterPopupOptions read; write;
Property Value
Type |
---|
TcxEditorRowPropertiesFilterPopupOptions |
Remarks
All filter dropdown settings accessible via the FilterPopup property override the identically named settings available via the vertical grid control’s Filtering.RowPopup property.
Refer to the TcxEditorRowPropertiesFilterPopupOptions class description for details on all available options.
See Also