EditorImages.ListBoxHideFilter Property
In This Article
Provides access to the settings that define 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 ListBoxHideFilter { get; }
#Property Value
Type | Description |
---|---|
Button |
An Button |
#Remarks
Use the ListBoxHideFilter property to assign an image displayed within the list box’s filter button that hides the filter.
See Also