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.v18.2.dll

Declaration

public bool Visible { get; set; }

Property Value

Type Description
Boolean

true if the operation is visible; otherwise, false.

See Also