Back to Devexpress

NavigationPaneView.ActiveGroupMinHeight Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navigationpaneview-be419539.md

latest1.7 KB
Original Source

NavigationPaneView.ActiveGroupMinHeight Property

Gets or sets the minimum height of the active group’s content. This is a dependency property.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public double ActiveGroupMinHeight { get; set; }
vb
Public Property ActiveGroupMinHeight As Double

Property Value

TypeDescription
Double

A double precision floating-point value specifying the minimum height of the active group’s content.

|

Remarks

Use the ActiveGroupMinHeight property to specify the minimum value to which the height of the active group content can be changed (by resizing the control or manipulating the splitter).

See Also

MaxVisibleGroupCount

NavigationPaneView Class

NavigationPaneView Members

DevExpress.Xpf.NavBar Namespace