Back to Devexpress

ASPxGridViewSettings.ShowFilterRowMenu Property

aspnet-devexpress-dot-web-dot-aspxgridviewsettings-507bab86.md

latest2.2 KB
Original Source

ASPxGridViewSettings.ShowFilterRowMenu Property

Specifies whether the grid displays filter row buttons within the filter row.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true to display filter row buttons; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowFilterRowMenu
ASPxGridView

.Settings .ShowFilterRowMenu

| | GridViewProperties |

.Settings .ShowFilterRowMenu

|

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.

Run Demo: ASPxGridView - Data Filter Row

aspx
<dx:ASPxGridView ID="ASPxGridView1" runat="server">
    <%--...--%>
    <Settings ShowFilterRow="true" ShowFilterRowMenu="true" />
</dx:ASPxGridView>

See Also

ASPxGridViewSettings Class

ASPxGridViewSettings Members

DevExpress.Web Namespace