NavigatorButtonClickEventArgs.Button Property
In This Article
Gets the clicked button.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Navigator |
A Navigator |
#Remarks
The Button property allows the navigator button which was clicked by an end-user to be identified. Use the returned object’s NavigatorButtonBase.ButtonType property for this purpose.
See Also