Skip to main content
A newer version of this page is available. .
Tab

ASPxListBox.HideFilterImage Property

Gets the settings of an image displayed within the list box’s filter button that hides the filter.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ButtonImageProperties HideFilterImage { get; }

Property Value

Type Description
ButtonImageProperties

A ButtonImageProperties object that contains image settings.

Remarks

Use the HideFilterImage property to access the settings that define the list box’s filter button that hides the filter.

Note that the HideFilterImage property is in effect if the ASPxListBox.EnableSelectAll property is set to true.

ASPxListBox-HideFilterImage

Online demos:

See Also