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

CustomHeaderButtonEventArgs.Button Property

Gets the currently processed custom header button.

Namespace: DevExpress.XtraTab.ViewInfo

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public CustomHeaderButton Button { get; }

Property Value

Type Description
CustomHeaderButton

A CustomHeaderButton object that is the currently processed custom header button.

Remarks

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

See Also