Skip to main content

QueryOperandFieldsEventArgs.ShowSearchPanel Property

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

Namespace: DevExpress.Xpf.Core.FilteringUI

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool ShowSearchPanel { get; set; }

Property Value

Type Description
Boolean

true, to show the search panel in the field list; otherwise, false.

Remarks

See Also