Skip to main content

DataViewBase.SearchControl Property

Gets or sets the search control. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

[CloneDetailMode(CloneDetailMode.Skip)]
public SearchControl SearchControl { get; set; }

#Property Value

Type Description
SearchControl

An object that represents the search control for the GridControl or TreeListControl.

#Remarks

Handle the SearchControl property to set a custom SearchControl instead of the built-in Search Panel to provide the Grid with the ability to search against multiple columns.

See Also