FilterControl.SourceControl Property
Gets or sets the control/data source to which the FilterControl provides filter criteria.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Object | null | An object that represents the source control for the Filter Control. |
Remarks
To specify the object to which the Filter Control will supply filter criteria, use the SourceControl property. The SourceControl property accepts the following objects:
- GridControl
- TreeList
BindingSourceDataTable- Any control that implements the
DevExpress.XtraEditors.Filtering.IFilteredComponentinterface (for example, AppointmentStorage). - Any object that implements the
System.ComponentModel.IBindingListViewinterface.
See Also