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

CustomDrawHamburgerButtonEventArgs.Handled Property

Gets or sets whether the event is handled.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public virtual bool Handled { get; set; }

Property Value

Type Description
Boolean

true, if the event is handled; otherwise, false.

See Also