GridViewDataColumnSettings.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
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean ShowFilterRowMenuLikeItem { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default |
|
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowFilterRowMenuLikeItem |
---|---|
GridViewDataColumn |
|
Remarks
Use the ShowFilterRowMenuLikeItem property to control the visibility of the Like item within the column’s 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 the item visibility for all columns within a grid by using the ASPxGridViewSettings.ShowFilterRowMenuLikeItem property.
To learn more, see the Filter Row topic.