Skip to main content
A newer version of this page is available. .
Tab

FilterControlGroupOperationsVisibility.AddGroup Property

Specifies the visibility of the Add Group item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(true)]
public bool AddGroup { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the item is visible; otherwise, false.

Remarks

Use the AddGroup property to specify the visibility of the Add Group item in the combining operator dropdown menu.

FilterControl_GroupOperations

See Also