Skip to main content

HeaderButtonEventArgs.Handled Property

Gets or sets whether the XtraTabControl.HeaderButtonClick event has been handled, and no default processing is required.

Namespace: DevExpress.XtraTab.ViewInfo

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true if the default event processing is not required; otherwise, false.

See Also