Skip to main content

ObjectCustomDrawEventArgs.Handled Property

Gets or sets whether the event is handled and prevents the default draw operation from being performed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true, to prevent the default draw operation from being performed; otherwise, false.

See Also