Skip to main content
All docs
V24.1
Bar

RoutedFilteringArgs.Visible Property

Gets or sets whether the item is shown in the search box list of results.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v24.1.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool Visible { get; set; }

Property Value

Type Description
Boolean

true to show the item in the results list; otherwise, false.

See Also