DataViewBase.SearchPanelFindFilter Property
In This Article
Gets or sets the type of the comparison operator used to create filter conditions. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
[CloneDetailMode(CloneDetailMode.Skip)]
[XtraSerializableProperty]
public FilterCondition SearchPanelFindFilter { get; set; }
#Property Value
Type | Description |
---|---|
Filter |
One of the Filter |
#Remarks
Use the SearchPanelFindFilter property to specify the comparison operator type: Contains, Equals, Like (by default) or StartsWith.
See Also