Back to Devexpress

NavBarCalcGroupClientHeightEventArgs Class

windowsforms-devexpress-dot-xtranavbar-4e7825f9.md

latest2.0 KB
Original Source

NavBarCalcGroupClientHeightEventArgs Class

Provides data for the NavBarGroup.CalcGroupClientHeight event.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public class NavBarCalcGroupClientHeightEventArgs :
    NavBarGroupEventArgs
vb
Public Class NavBarCalcGroupClientHeightEventArgs
    Inherits NavBarGroupEventArgs

NavBarCalcGroupClientHeightEventArgs is the data class for the following events:

Remarks

A NavBarCalcGroupClientHeightEventArgs object is automatically created, adjusted and passed to a NavBarGroup.CalcGroupClientHeight event handler. Its properties allow you to determine the group for which client area height is calculated and assigned custom height.

Inheritance

Object EventArgs NavBarGroupEventArgs NavBarCalcGroupClientHeightEventArgs

See Also

NavBarCalcGroupClientHeightEventArgs Members

CalcGroupClientHeight

NavBarCalcGroupClientHeightEventHandler

DevExpress.XtraNavBar Namespace