Back to Devexpress

IModelClassShowAutoFilterRow.DefaultListViewShowAutoFilterRow Property

expressappframework-devexpress-dot-expressapp-dot-systemmodule-dot-imodelclassshowautofilterrow.md

latest1.5 KB
Original Source

IModelClassShowAutoFilterRow.DefaultListViewShowAutoFilterRow Property

Specifies whether to display the Auto Filter Row in the default List View.

Namespace : DevExpress.ExpressApp.SystemModule

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
bool DefaultListViewShowAutoFilterRow { get; set; }
vb
Property DefaultListViewShowAutoFilterRow As Boolean

Property Value

TypeDescription
Boolean

true, to display the Auto Filter Row in the default List View; otherwise, false.

|

Remarks

The Auto Filter Row allows end-users to filter List Views on the fly, by typing text within the row.

See Also

IModelClassShowAutoFilterRow Interface

IModelClassShowAutoFilterRow Members

DevExpress.ExpressApp.SystemModule Namespace