Skip to main content

CustomHeaderButtonEventArgs.Button Property

Gets the currently processed custom header button.

Namespace: DevExpress.XtraTab.ViewInfo

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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