SpinEventArgs(Boolean) Constructor
Initializes a new instance of the SpinEventArgs class with the specified settings.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
isSpinUp | Boolean | A Boolean value that indicates whether the Up Arrow key or Up Spin button has been pressed, or the mouse wheel has been rotated up. This value is used to initialize the SpinEventArgs.IsSpinUp property. |
See Also