ButtonPressedEventArgs.Button Property
In This Article
Gets the button being pressed/clicked.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public EditorButton Button { get; }
#Property Value
Type | Description |
---|---|
Editor |
The Editor |
#Remarks
Use the Button property to get the button being pressed/clicked. This returns an object from the RepositoryItemButtonEdit.Buttons collection for which the RepositoryItemButtonEdit.ButtonPressed or RepositoryItemButtonEdit.ButtonClick event is fired.
See Also