Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public bool Handled { get; set; }

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