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

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

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

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

See Also