BarCustomDrawEventArgs.Handled Property
Gets or sets a value specifying whether default painting must be performed.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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