Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / NumberStringValidator Class
Fields Properties Methods


In This Topic
    NumberStringValidator Class Members
    In This Topic

    The following tables list the members exposed by NumberStringValidator.

    Public Constructors
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)The Culture attached property can be used to localize validation results: <TextBox c1sched:NumberStringValidator.Culture=''{Binding Path=CalendarHelper.Culture, RelativeSource={RelativeSource AncestorType={x:Type c1sched:C1Scheduler}}, Mode=OneWay}''/>  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets formatting strings which should be used at number conversion.  
    Public PropertyGets or sets a maximum allowable value.  
    Public PropertyGets or sets a minimum allowable value.  
    Public Property (Inherited from System.Windows.Controls.ValidationRule)
    Public PropertyGets or sets culture used for localizing validation results. If this property is null, the System.Globalization.CultureInfo specified in Validate method parameters will be used.  
    Public Property (Inherited from System.Windows.Controls.ValidationRule)
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Gets the value of the Culture attached property for a given DependencyObject.  
    Public Methodstatic (Shared in Visual Basic)Sets the value of the Culture attached property for a given DependencyObject.  
    Public MethodOverloaded. Overridden. Performs validation checks on a value.  
    Top
    See Also