Skip to main content
Tab

FilterBox.Visible Property

Gets or sets whether the Filter Box is visible.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

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

#Property Value

Type Default Description
Boolean true

true to show the filter box; otherwise, false.

See Also