Skip to main content

CustomDrawObjectEventArgs Class

Namespace: DevExpress.XtraNavBar.ViewInfo

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

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