Back to Devexpress

DataViewBase.ActualShowSearchPanelNavigationButtons Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-1d54c20c.md

latest1.4 KB
Original Source

DataViewBase.ActualShowSearchPanelNavigationButtons Property

Gets whether navigation buttons are shown in the grid’s search panel.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Boolean

true , if the navigation buttons are shown in the grid’s search panel; otherwise, false.

|

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace