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

FilterControlOperationVisibilityEventArgs.Visible Property

Gets or sets a value specifying whether the filter operation is visible.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool Visible { get; set; }

Property Value

Type Description
Boolean

true if the operation is visible; otherwise, false.

See Also