Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BarCustomDrawEventArgs.Handled Property

Gets or sets a value specifying whether default painting must be performed.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public virtual bool Handled { get; set; }

#Property Value

Type Description
Boolean

true if the default painting of the element must not be performed; otherwise false.

#Remarks

When performing custom painting of an element, you can specify whether default painting is needed. You can use this when you need to custom paint an element only when specific conditions are satisfied.

See Also