Skip to main content
All docs
V25.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.v25.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