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

CustomDrawObjectEventArgs Class

Namespace: DevExpress.XtraNavBar.ViewInfo

Assembly: DevExpress.XtraNavBar.v19.2.dll

Declaration

public class CustomDrawObjectEventArgs :
    EventArgs

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.

Inheritance

See Also