Skip to main content
Tab

EditorImages.ListBoxHideFilterRtl Property

Provides access to the settings that define an image displayed within the list box’s filter button that hides the filter when the list box is in RTL mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ButtonImageProperties ListBoxHideFilterRtl { get; }

Property Value

Type Description
ButtonImageProperties

An ButtonImageProperties object that contains image settings.

Remarks

Use the ListBoxHideFilterRtl property to assign an image displayed within the list box’s filter button that hides the filter when the list box is in RTL mode.

See Also