Skip to main content

RowDoubleClickEventArgs.ChangedButton Property

Gets a mouse button that has been pressed twice.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.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