Back to Devexpress

EditorImages.ListBoxFilter Property

aspnet-devexpress-dot-web-dot-editorimages-5362a24a.md

latest1.5 KB
Original Source

EditorImages.ListBoxFilter Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
ButtonImageProperties

An ButtonImageProperties object that contains image settings.

|

Remarks

Use the ListBoxFilter property to assign an image displayed within the filter button in the list box.

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