Skip to main content
All docs
V26.1
  • DataViewBase.ActualShowSearchPanelResultInfo Property

    Gets whether the search panel shows the information about search results.

    Namespace: DevExpress.Xpf.Grid

    Assembly: DevExpress.Xpf.Grid.v26.1.Core.dll

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    [Browsable(false)]
    public bool ActualShowSearchPanelResultInfo { get; }

    Property Value

    Type Description
    Boolean

    true, if the search panel shows the information about search results; otherwise, false.

    See Also