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


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

    Property Value

    String containing the event data
    See Also