ASPxGridViewSettings.ShowFilterRowMenu Property
Specifies whether the grid displays filter row buttons within the filter row.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowFilterRowMenu |
---|---|
ASPxGridView |
|
GridViewProperties |
|
Remarks
Set the ShowFilterRowMenu
property to true
to display filter row buttons within the filter row. A click on the button invokes the context menu that allows a user to select the filter criteria.
<dx:ASPxGridView ID="ASPxGridView1" runat="server">
<%--...--%>
<Settings ShowFilterRow="true" ShowFilterRowMenu="true" />
</dx:ASPxGridView>
See Also