Back to Devexpress

FilterEditorControl.SourceControl Property

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-filtereditorcontrol-8ae0f591.md

latest1.8 KB
Original Source

FilterEditorControl.SourceControl Property

Gets or sets a source control associated with this FilterEditorControl.

Namespace : DevExpress.DataAccess.UI

Assembly : DevExpress.DataAccess.v25.2.UI.dll

NuGet Package : DevExpress.DataAccess.UI

Declaration

csharp
[DefaultValue(null)]
[DXCategory("AssociatedComponents")]
public object SourceControl { get; set; }
vb
<DXCategory("AssociatedComponents")>
<DefaultValue(Nothing)>
Public Property SourceControl As Object

Property Value

TypeDefaultDescription
Objectnull

An Object that is the source control for this FilterEditorControl.

|

Remarks

The FilterEditorControl is designed to operate primarily with a GridControl. However, you can use any System.Data.DataTable object and any control that implements the DevExpress.XtraEditors.Filtering.IFilteredComponent interface as a FilterEditorControl‘s source control.

See Also

FilterEditorControl Class

FilterEditorControl Members

DevExpress.DataAccess.UI Namespace