Skip to main content

DataViewBase.SearchPanelFindFilter Property

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
FilterCondition

One of the FilterCondition enumeration values.

#Remarks

Use the SearchPanelFindFilter property to specify the comparison operator type: Contains, Equals, Like (by default) or StartsWith.

See Also