Back to Devexpress

NavigatorButtonClickEventArgs.Button Property

windowsforms-devexpress-dot-xtraeditors-dot-navigatorbuttonclickeventargs.md

latest1.5 KB
Original Source

NavigatorButtonClickEventArgs.Button Property

Gets the clicked button.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
NavigatorButtonBase

A NavigatorButtonBase descendant which represents the button clicked.

|

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

NavigatorButtonClickEventArgs Class

NavigatorButtonClickEventArgs Members

DevExpress.XtraEditors Namespace