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

FilterListItemBase.ShowSearchPanel Property

Gets or sets whether to display a search panel in a FilterListItemBase descendant. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool ShowSearchPanel { get; set; }

Property Value

Type Description
Boolean

true to display the search panel; otherwise false.

See Also