DXMouseEventArgs.IsMouseEvent Property
In This Article
Gets whether these event arguments provide data for the MouseUp, MouseDown, and MouseMove events.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if this object is of the Mouse |
#Remarks
This member supports the internal infrastructure, and is not intended to be used directly from your code.
See Also