Back to Devexpress

NavigationPaneView.PeekFormShowMode Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navigationpaneview-194e64bf.md

latest3.4 KB
Original Source

NavigationPaneView.PeekFormShowMode Property

Gets or sets whether Peek Forms are shown for inactive groups in the collapsed Navigation Pane, in the Overflow Panel, both or not shown.

Namespace : DevExpress.Xpf.NavBar

Assembly : DevExpress.Xpf.NavBar.v25.2.dll

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public PeekFormShowMode PeekFormShowMode { get; set; }
vb
Public Property PeekFormShowMode As PeekFormShowMode

Property Value

TypeDescription
DevExpress.Xpf.NavBar.PeekFormShowMode

A PeekFormShowMode enumeration value that specifies the mode in which Peek Forms are shown. Default is None.

|

Remarks

The Navigation Pane is capable of displaying Peek Forms for groups that are not currently active. Peek Forms can be shown for inactive groups displayed in the collapsed Navigation Pane or in the Overflow Panel when they are hovered over with the mouse pointer. By default, when the PeekFormShowMode property is set to None , Peek Forms are not shown. Use this property to specify the mode in which Peek Forms are shown. The PeekFormShowMode enumeration provides the following values:

ValueDescription
CollapsedPeek Forms are displayed for inactive groups in the collapsed Navigation Pane
OverflowPanelPeek Forms are displayed for inactive groups in the Overflow Panel
BothPeek Forms are displayed for inactive groups in the collapsed Navigation Pane and the Overflow Panel
NonePeek Forms are not displayed

You can also specify the time delay to show and hide Peek Forms after the mouse pointer enters and leaves an inactive group by the NavigationPaneView.PeekFormShowDelay and NavigationPaneView.PeekFormHideDelay properties, respectively. To specify a DataTemplate used to render the contents of the Peek From for a particular group, use the NavBarGroup.PeekFormTemplate property.

See Also

PeekFormHideDelay

PeekFormShowDelay

PeekFormTemplate

Navigation Pane Overflow Panel

Collapsed Navigation Pane

NavigationPaneView Class

NavigationPaneView Members

DevExpress.Xpf.NavBar Namespace