| StepperValidDirection 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
Syntax[DefaultValueAttribute(StepperValidDirections.Both)]
public StepperValidDirections ValidDirection { get; set; }<DefaultValueAttribute(StepperValidDirections.Both)>
Public Property ValidDirection As StepperValidDirections
	Get
	Set
[<DefaultValueAttribute(StepperValidDirections.Both)>]
member ValidDirection : StepperValidDirections with get, set
Property Value
Type: 
StepperValidDirectionsThe valid directions for the stepper.
 Remarks
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
See Also