FilterControl.FilterColumns Property
In This Article
Gets a filter column collection.
Namespace: DevExpress.Xpf.Editors.Filtering
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
IEnumerable<DevExpress. |
An object implementing the IEnumerable interface that represents the collection of filter columns. |
#Remarks
When a source control is assigned to the FilterControl.SourceControl property, the FilterColumns collection is automatically populated with the source control's columns.
A FilterControl supports unbound mode. When the control is not bound to any source control, it still allows an end-user to construct filter criteria. In this instance, columns must be added to the FilterColumns collection manually.
See Also