Back to Devexpress

ASPxGridSettings.ShowHeaderFilterListBoxSearchUI Property

aspnet-devexpress-dot-web-dot-aspxgridsettings-0b7407f8.md

latest2.4 KB
Original Source

ASPxGridSettings.ShowHeaderFilterListBoxSearchUI Property

Gets or sets a value specifying whether the list box’s search UI is enabled within the grid column’s header filter.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool ShowHeaderFilterListBoxSearchUI { get; set; }
vb
<DefaultValue(True)>
Public Property ShowHeaderFilterListBoxSearchUI As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true, to display the search UI within the grid column’s header filter; otherwise, false.

|

Remarks

Use the ShowHeaderFilterListBoxSearchUI property to control whether the search UI is visible within the grid’s header filter.

To enable the search UI’s compact mode, use the GridHeaderFilterListBoxSearchUISettings.UseCompactView property.

Note

Online Demos Refer to the ASPxGridView - Header Filter online demo to review how to filter ASPxGridView data using the Header Filter.

See Also

UseCompactView

Grid View Header Filter

ASPxGridView - Header Filter

MVC GridView - Header Filter

ASPxGridSettings Class

ASPxGridSettings Members

DevExpress.Web Namespace