Back to Devexpress

SideBarView.ActiveGroupMinHeight Property

wpf-devexpress-dot-xpf-dot-navbar-dot-sidebarview.md

latest1.3 KB
Original Source

SideBarView.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).

See Also

SideBarView Class

SideBarView Members

DevExpress.Xpf.NavBar Namespace