Skip to main content

HeaderButtonEventArgs.Button Property

Gets the currently processed header button.

Namespace: DevExpress.XtraTab.ViewInfo

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TabButtons Button { get; }

Property Value

Type Description
DevExpress.XtraTab.TabButtons

A TabButtons item that is the currently processed header button.

Remarks

Use the Button property to get the currently processed header button.

See Also