Back to Devexpress

ListBoxProperties.ClearFilterImage Property

aspnet-devexpress-dot-web-dot-listboxproperties-36453bc6.md

latest1.7 KB
Original Source

ListBoxProperties.ClearFilterImage Property

Gets the settings of an image displayed within the “Clear filter” button in the list box.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
ButtonImageProperties

Contains image settings.

|

Remarks

Use the ClearFilterImage property to access the settings that define an image displayed within the “Clear filter” button in the list box’s filter editor.

If the EnableSelectAll property is set to true, the Filter image is displayed at the right of the “Select All” check box. A 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.

Use the “Clear filter” button to clear the filter criteria in the filter editor.

See Also

ListBoxProperties Class

ListBoxProperties Members

DevExpress.Web Namespace