GalleryItemCustomDrawEventArgs.Handled Property
Gets or sets whether an event was handled. If it was handled default painting isn’t required.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if default painting isn’t required; otherwise, false. |
Remarks
If the Handled property is set to true, default painting will not be performed. Otherwise, any custom painting within an event handler will be overridden by the Ribbon Control’s standard drawing.
See Also