Skip to main content
A newer version of this page is available. .

NavBarCalcGroupClientHeightEventArgs(NavBarGroup, Int32) Constructor

Initializes a new instance of the NavBarCalcGroupClientHeightEventArgs class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

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