Skip to main content

NavBarCalcGroupClientHeightEventArgs(NavBarGroup, Int32) Constructor

Initializes a new instance of the NavBarCalcGroupClientHeightEventArgs class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public NavBarCalcGroupClientHeightEventArgs(
    NavBarGroup group,
    int height
)

Parameters

Name Type Description
group NavBarGroup

A NavBarGroup object for which the height is calculated. This parameter value is assigned to the NavBarGroupEventArgs.Group property.

height Int32

An integer value specifying the automatically calculated height for the group. This value is assigned to the NavBarCalcGroupClientHeightEventArgs.Height property.

See Also