NavBarCalcGroupClientHeightEventArgs(NavBarGroup, Int32) Constructor
Initializes a new instance of the NavBarCalcGroupClientHeightEventArgs class.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
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