Back to Devexpress

EditorImages.ListBoxHideFilterRtl Property

aspnet-devexpress-dot-web-dot-editorimages-6210707e.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ButtonImageProperties ListBoxHideFilterRtl { get; }
vb
Public ReadOnly Property ListBoxHideFilterRtl As ButtonImageProperties

Property Value

TypeDescription
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

Online demos: List Editors - List Box Filtering (Web Forms)

Online demos: List Editors - List Box Filtering (MVC)

EditorImages Class

EditorImages Members

DevExpress.Web Namespace