Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / MaskedEditCellType Class / InputDirection Property
Example


In This Topic
    InputDirection Property
    In This Topic
    Gets or sets the input direction of editing in the masked input.
    Syntax
    'Declaration
     
    
    Public Property InputDirection As AjaxControlToolkit.MaskedEditInputDirection
    'Usage
     
    
    Dim instance As MaskedEditCellType
    Dim value As AjaxControlToolkit.MaskedEditInputDirection
     
    instance.InputDirection = value
     
    value = instance.InputDirection
    public AjaxControlToolkit.MaskedEditInputDirection InputDirection {get; set;}

    Property Value

    MaskedEditInputDirection
    Example
    This example creates a mask cell for monetary input.
    See Also