Skip to main content
All docs
V20.1

FilterEditorControl.SourceControl Property

Gets or sets the source control.

Namespace: DevExpress.XtraFilterEditor

Assembly: DevExpress.XtraRichEdit.v20.1.dll

NuGet Package: DevExpress.Win.RichEdit

Declaration

[DXCategory("AssociatedComponents")]
[DefaultValue(null)]
public object SourceControl { get; set; }

Property Value

Type Default Description
Object *null*

An object that represents the source control for the Filter Control.

Remarks

The Filter Control is mainly designed to operate with a GridControl control. However, a DataTable object and any control which implements the DevExpress.XtraEditors.Filtering.IFilteredComponent interface can also be assigned to the Filter Control. Use the SourceControl property to specify the source control for the Filter Control.

See Also