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


In This Topic
    OnBlurCssNegative Property
    In This Topic
    Gets or sets the blur CSS negative event data.
    Syntax
    'Declaration
     
    
    Public Property OnBlurCssNegative As String
    'Usage
     
    
    Dim instance As MaskedEditCellType
    Dim value As String
     
    instance.OnBlurCssNegative = value
     
    value = instance.OnBlurCssNegative
    public string OnBlurCssNegative {get; set;}

    Property Value

    String containing the event data
    See Also