Back to Devexpress

DataViewBase.ActualShowSearchPanelResultInfo Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-50e53695.md

latest1.3 KB
Original Source

DataViewBase.ActualShowSearchPanelResultInfo Property

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

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Browsable(false)]
public bool ActualShowSearchPanelResultInfo { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualShowSearchPanelResultInfo As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

ShowSearchPanelResultInfo

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace