Skip to main content
Tab

FilterControlOperationVisibilityEventArgs.Visible Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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