CustomHeaderButtonEventArgs(CustomHeaderButton, IXtraTabPage) Constructor
In This Article
Initializes a new CustomHeaderButtonEventArgs class instance with the specified button and page.
Namespace: DevExpress.XtraTab.ViewInfo
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public CustomHeaderButtonEventArgs(
CustomHeaderButton button,
IXtraTabPage page
)
#Parameters
Name | Type | Description |
---|---|---|
button | Custom |
A Custom |
page | DevExpress. |
A Xtra |
See Also