Skip to main content

DataViewBase.ActualShowSearchPanelResultInfo Property

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.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