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

RowDoubleClickEventArgs.ChangedButton Property

Gets a mouse button that has been pressed twice.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v21.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public MouseButton ChangedButton { get; }

Property Value

Type Description
MouseButton

The mouse button that has been pressed twice.

See Also