Skip to main content
Bar

BarCustomDrawEventArgs.Handled Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.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