windowsforms-devexpress-dot-xtraeditors-dot-filtercontrol-3d25266c.md
Gets or sets the control/data source to which the FilterControl provides filter criteria.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(null)]
[DXCategory("Behavior")]
public object SourceControl { get; set; }
<DXCategory("Behavior")>
<DefaultValue(Nothing)>
Public Property SourceControl As Object
| Type | Default | Description |
|---|---|---|
| Object | null |
An object that represents the source control for the Filter Control.
|
To specify the object to which the Filter Control will supply filter criteria, use the SourceControl property. The SourceControl property accepts the following objects:
BindingSourceDataTableDevExpress.XtraEditors.Filtering.IFilteredComponent interface (for example, AppointmentStorage).System.ComponentModel.IBindingListView interface.See Also