CustomHeaderButtonEventArgs.Button Property
Gets the currently processed custom header button.
Namespace: DevExpress.XtraTab.ViewInfo
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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