Skip to main content

DXMouseEventArgs.IsMouseEvent Property

Gets whether these event arguments provide data for the MouseUp, MouseDown, and MouseMove events.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsMouseEvent { get; set; }

Property Value

Type Description
Boolean

true if this object is of the MouseEventArgs type; otherwise, false.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also