Skip to main content

CustomHeaderButtonEventArgs.Button Property

Gets the clicked button.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public CustomHeaderButton Button { get; }

Property Value

Type Description
CustomHeaderButton

The currently processed CustomHeaderButton.

See Also