Back to Devexpress

EditorImages.ListBoxHideFilter Property

aspnet-devexpress-dot-web-dot-editorimages-1b113ba9.md

latest1.5 KB
Original Source

EditorImages.ListBoxHideFilter Property

Provides access to the settings that define an image displayed within the list box’s filter button that hides the filter.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ButtonImageProperties ListBoxHideFilter { get; }
vb
Public ReadOnly Property ListBoxHideFilter As ButtonImageProperties

Property Value

TypeDescription
ButtonImageProperties

An ButtonImageProperties object that contains image settings.

|

Remarks

Use the ListBoxHideFilter property to assign an image displayed within the list box’s filter button that hides the filter.

See Also

Online demos: List Editors - List Box Filtering (Web Forms)

Online demos: List Editors - List Box Filtering (MVC)

EditorImages Class

EditorImages Members

DevExpress.Web Namespace