Skip to main content

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.v14.2.dll

#Declaration

public double ActiveGroupMinHeight { get; set; }

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

See Also