Skip to main content
A newer version of this page is available. .

DataViewBase.ActualShowSearchPanelNavigationButtons Property

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

Namespace: DevExpress.Xpf.Grid

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

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