FilterControl.SourceControl Property
In This Article
Gets or sets the source control. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.Filtering
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Object | An object that represents the source control for the Filter Control. |
#Remarks
The Filter Control is mainly designed to operate with the GridControl. However, any control which implements the DevExpress.Xpf.Editors.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