ASPxGridFilterControlSettings.GroupOperationsVisibility Property
In This Article
Gets the visibility settings of the combining operator dropdown menu items in filter builder.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public FilterControlGroupOperationsVisibility GroupOperationsVisibility { get; }
#Property Value
Type | Description |
---|---|
Filter |
A Filter |
#Remarks
Use the members provided by the GroupOperationsVisibility property to specify the visibility of combining operator items displayed in the filter builder dropdown menu.
See Also