EditorImages.ListBoxFilter Property
In This Article
Provides access to the settings that define an image displayed within the filter button in the list box.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ButtonImageProperties ListBoxFilter { get; }
#Property Value
Type | Description |
---|---|
Button |
An Button |
#Remarks
Use the ListBoxFilter property to assign an image displayed within the filter button in the list box.
See Also