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.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
Property Value
Type | Description |
---|---|
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