FilterEditorControl(Func<FilterControl>) Constructor
Initializes a new instance of the FilterEditorControl class.
Namespace: DevExpress.DataAccess.UI
Assembly: DevExpress.DataAccess.v26.1.UI.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| getFilterControl | Func<FilterControl> | A method that returns the FilterControl object that should be embedded in this FilterEditorControl object. |
See Also