[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.InputTextValidator

InputTextValidator Class

Represents whether it is valid when GcDateTime.Value is null.

Inheritance
InputTextValidator
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public sealed class InputTextValidator : ControlValidator
Public NotInheritable Class InputTextValidator
    Inherits ControlValidator
Remarks

It only supports GcDateTime control. If doesn't input anything, GcDateTime.Value is always valid. If input something and GcDateTime.Value is null, the result is invalid.

Examples

The following xaml demonstrates how to use ControlValidator to validate control value.

Constructors

Name Description
InputTextValidator()

Initializes a new instance of the InputTextValidator class.

InputTextValidator(object)

Initializes a new instance of the InputTextValidator class.