Gets or sets the mode used to validate the range between Minimum and Maximum.

Namespace:  C1.Xaml
Assembly:  C1.Xaml (in C1.Xaml.dll)

Syntax

C#
public RangeValidationMode RangeValidationMode { get; set; }
Visual Basic
Public Property RangeValidationMode As RangeValidationMode
	Get
	Set

See Also