ASPxGridViewSettings.ShowFilterRowMenuLikeItem Property
Gets or sets whether the Like item is displayed within the filter row menu.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowFilterRowMenuLikeItem |
---|---|
ASPxGridView |
|
GridViewProperties |
|
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.