ListBoxProperties.HideFilterImage Property
In This Article
Gets the settings of an image displayed within the list box’s filter button that hides the filter.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ButtonImageProperties HideFilterImage { get; }
#Property Value
Type | Description |
---|---|
Button |
A Button |
#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 ListBoxProperties.EnableSelectAll property is set to true
.
Online demos:
See Also