Skip to main content
A newer version of this page is available. .

ButtonPressedEventArgs.Button Property

Gets the button being pressed/clicked.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public EditorButton Button { get; }

Property Value

Type Description
EditorButton

The EditorButton object specifying the currently pressed/clicked button.

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