Skip to main content
Tab

FilterControlGroupOperationsVisibility.Or Property

Specifies the visibility of the Or item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

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

Remarks

Use the Or property to specify the visibility of the Or item in the combining operator dropdown menu.

FilterControl_GroupOperations

See Also