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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the default event processing is not required; otherwise, false. |
See Also