Back to Devexpress

ASPxListBox.FilterImage Property

aspnet-devexpress-dot-web-dot-aspxlistbox-6eb18435.md

latest1.9 KB
Original Source

ASPxListBox.FilterImage Property

Gets the settings of 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 FilterImage { get; }
vb
Public ReadOnly Property FilterImage As ButtonImageProperties

Property Value

TypeDescription
ButtonImageProperties

A ButtonImageProperties object that contains image settings.

|

Remarks

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

If the ASPxListBox.EnableSelectAll property is set to true, the Filter image is displayed at the right of the “Select All” check box. The click on the Filter image invokes the filter editor over the “Select All” area. If the “Select All” feature is disabled, the Filter image is displayed at the left of the filter editor.

Online demos :

See Also

ASPxListBox Class

ASPxListBox Members

DevExpress.Web Namespace