Back to Devexpress

ASPxListBox.HideFilterImage Property

aspnet-devexpress-dot-web-dot-aspxlistbox-300fdc8f.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
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.

Online demos :

See Also

ASPxListBox Class

ASPxListBox Members

DevExpress.Web Namespace