Skip to main content
.NET 6.0+

ListViewFindPanelAttribute(Boolean) Constructor

Initializes a new instance of the ListViewFindPanelAttribute class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ListViewFindPanelAttribute(
    bool showFindFilter
)

Parameters

Name Type Description
showFindFilter Boolean

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

See Also