[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.BlinkStyle

BlinkStyle Enum

Specifies constants indicating when the error content shows, supplied by a GrapeCity.Windows.InputMan.GcValidationIndicator, should blink to alert the user that a ValidationError has occurred.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public enum BlinkStyle
Public Enum BlinkStyle
Remarks

This enumeration is used by GrapeCity.Windows.InputMan.GcValidationIndicator.

Fields

Name Description

Error Content will always blink when target property of FrameworkElement is validated failed.

BlinkOnValidate

Error Content will blink when the target property of FrameworkElement is validated failed each time. And it will stop blinking after blinked some times.

Error Content will never blink.