CustomDrawObjectEventArgs Class
Provides data for the NavBarControl.CustomDrawBackground, NavBarControl.CustomDrawGroupClientBackground and NavBarControl.CustomDrawGroupClientForeground events.
Namespace: DevExpress.XtraNavBar.ViewInfo
Assembly: DevExpress.XtraNavBar.v24.2.dll
Declaration
Remarks
A CustomDrawObjectEventArgs object is automatically created, adjusted and passed to a handler of either the NavBarControl.CustomDrawBackground, NavBarControl.CustomDrawGroupClientBackground or NavBarControl.CustomDrawGroupClientForeground event. Its properties allow you to obtain information required to paint the object.
See Also