Back to Devexpress

ASPxGridViewSettings.ShowFilterRowMenuLikeItem Property

aspnet-devexpress-dot-web-dot-aspxgridviewsettings-6d38b79e.md

latest2.9 KB
Original Source

ASPxGridViewSettings.ShowFilterRowMenuLikeItem Property

Gets or sets whether the Like item is displayed within the filter row menu.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool ShowFilterRowMenuLikeItem { get; set; }
vb
<DefaultValue(False)>
Public Property ShowFilterRowMenuLikeItem As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true, if the Like item is displayed; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowFilterRowMenuLikeItem
ASPxGridView

.Settings .ShowFilterRowMenuLikeItem

| | GridViewProperties |

.Settings .ShowFilterRowMenuLikeItem

|

Remarks

Use the ShowFilterRowMenuLikeItem property to control the visibility of the Like item within the filter row menu. The item supports wildcards that are specific to our binary operator LIKE, e.g., the ‘%’ and ‘_’ wildcard symbols. See Criteria Language Syntax to learn more. The LIKE menu item’s tooltip displays a help text that explains which wildcards are supported.

You can manipulate item visibility for individual groups by using a group’s GridViewDataColumnSettings.ShowFilterRowMenuLikeItem property.

To learn more, see the Filter Row topic.

See Also

Grid View

ShowFilterRowMenuLikeItem

Filter Row

Criteria Language Syntax

ASPxGridViewSettings Class

ASPxGridViewSettings Members

DevExpress.Web Namespace