Back to Devexpress

ListBoxProperties.HideFilterRtlImage Property

aspnet-devexpress-dot-web-dot-listboxproperties-72cb4875.md

latest1.9 KB
Original Source

ListBoxProperties.HideFilterRtlImage Property

Gets the settings of 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 HideFilterRtlImage { get; }
vb
Public ReadOnly Property HideFilterRtlImage As ButtonImageProperties

Property Value

TypeDescription
ButtonImageProperties

A ButtonImageProperties object that contains image settings.

|

Remarks

Use the HideFilterRtlImage property to access the settings that define the list box’s filter button that hides the filter when the list box is in RTL mode.

Note that the HideFilterRtlImage property is in effect if the ListBoxProperties.EnableSelectAll property is set to true.

Online demos :

See Also

ListBoxProperties Class

ListBoxProperties Members

DevExpress.Web Namespace