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

HeaderButtonEventArgs.Button Property

Gets the currently processed header button.

Namespace: DevExpress.XtraTab.ViewInfo

Assembly: DevExpress.XtraEditors.v18.2.dll

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