Skip to main content

DataViewBase.ActualShowSearchPanelNavigationButtons Property

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

Type Description
Boolean

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

See Also