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

IModelListViewShowFindPanel.ShowFindPanel Property

Specifies whether a List View‘s GridListEditor and ASPxGridListEditor show the Find Panel (WinForms) and Search Panel (ASP.NET) at runtime.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

bool ShowFindPanel { get; set; }

Property Value

Type Description
Boolean

true, if the Find Panel is visible; otherwise, false.

Remarks

You can access this property in the Model Editor. This value overrides the ListViewFindPanelAttribute and the DefaultListViewShowFindPanel property value.

See Also