FilterEditorControl(Func<FilterControl>) Constructor
Initializes a new instance of the FilterEditorControl class.
Namespace: DevExpress.DataAccess.UI
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
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