Class Configuration
Contains global configuration for controls
Inheritance
System.Object
    Configuration
  
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
    Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public static class Configuration
  Properties
View SourceAntiFlickerDelay
Gets or sets the anti flicker delay in ms.
Declaration
public static int AntiFlickerDelay { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The anti flicker delay in ms.  | 
      
Remarks
This delay defines the time that must pass until an error is shown. This should prevent the UI from showing flickering error messages when the user currently types and errors are turned on or off during typing (e.g. When trailing whitespaces are not allowed the error could flicker on and of when the user types whitespaces immediately followed by further non-whitespace text).