A newer version of this page is available.
Switch to the current version.
EditorImages.ListBoxFilter Property
Provides access to the settings that define an image displayed within the filter button in the list box.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public ButtonImageProperties ListBoxFilter { get; }
Public ReadOnly Property ListBoxFilter As ButtonImageProperties
Property Value
Type | Description |
---|---|
ButtonImageProperties | An ButtonImageProperties object that contains image settings. |
Remarks
Use the ListBoxFilter property to assign an image displayed within the filter button in the list box.
See Also