Back to Devexpress

CustomHeaderButtonEventArgs.Button Property

windowsforms-devexpress-dot-xtratab-dot-viewinfo-dot-customheaderbuttoneventargs.md

latest1.5 KB
Original Source

CustomHeaderButtonEventArgs.Button Property

Gets the currently processed custom header button.

Namespace : DevExpress.XtraTab.ViewInfo

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public CustomHeaderButton Button { get; }
vb
Public ReadOnly Property Button As CustomHeaderButton

Property Value

TypeDescription
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

CustomHeaderButton

CustomHeaderButtonEventArgs Class

CustomHeaderButtonEventArgs Members

DevExpress.XtraTab.ViewInfo Namespace