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


In This Topic
    AcceptNegative Property
    In This Topic
    Gets or sets the accept negative symbol for the mask cell.
    Syntax
    'Declaration
     
    
    Public Property AcceptNegative As AjaxControlToolkit.MaskedEditShowSymbol
    'Usage
     
    
    Dim instance As MaskedEditCellType
    Dim value As AjaxControlToolkit.MaskedEditShowSymbol
     
    instance.AcceptNegative = value
     
    value = instance.AcceptNegative
    public AjaxControlToolkit.MaskedEditShowSymbol AcceptNegative {get; set;}

    Property Value

    MaskedEditShowSymbol setting that specifies whether or how to display the symbol
    See Also