Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IValidation Interface / AlertStyle Property


In This Topic
    AlertStyle Property (IValidation)
    In This Topic
    Gets the validation alert style.
    Syntax
    'Declaration
     
    
    ReadOnly Property AlertStyle As DataValidationErrorStyle
    'Usage
     
    
    Dim instance As IValidation
    Dim value As DataValidationErrorStyle
     
    value = instance.AlertStyle
    DataValidationErrorStyle AlertStyle {get;}

    Property Value

    A DataValidationErrorStyle value represents the validation alert style.
    See Also