Click or drag to resize

TextStepperIHandlerValidDirection Property

Gets or sets the valid directions the stepper will allow the user to click.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
StepperValidDirections ValidDirection { get; set; }

Property Value

Type: StepperValidDirections
The valid directions for the stepper.
Remarks
On some platforms, the up and/or down buttons will not appear disabled, but will not trigger any events when they are not set as a valid direction.
See Also