Skip to main content
A newer version of this page is available. .

QueryFieldsEventArgs.ShowSearchPanel Property

Gets or sets whether to show the search panel in the field list.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public bool ShowSearchPanel { get; set; }

Property Value

Type Description
Boolean

true, to show the search panel; otherwise, false.

Remarks

Use the search panel to find fields:

See Also