Skip to main content
A newer version of this page is available.
All docs
V19.1

FilterEditorControl.SourceControl Property

Gets or sets the source control.

Namespace: DevExpress.XtraFilterEditor

Assembly: DevExpress.XtraRichEdit.v19.1.dll

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