DXMouseEventArgs.IsMouseEvent Property
Gets whether these event arguments provide data for the MouseUp, MouseDown, and MouseMove events.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
Declaration
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