Xceed Toolkit Plus for WPF v4.6 Documentation
AllowedSpecialValues Enumeration


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace : AllowedSpecialValues Enumeration
Values representing the special values the user is allowed to input.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum AllowedSpecialValues 
   Inherits System.Enum
'Usage
 
Dim instance As AllowedSpecialValues
[Flags()]
public enum AllowedSpecialValues : System.Enum 
Members
MemberDescription
AnyAny special value allowed.
AnyInfinityEither NegativeInfinity or PositiveInfinity.
NaNNaN values allowed.
NegativeInfinityNegative infinity allowed
NoneNo special values allowed.
PositiveInfinityPositive infinity allowed
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Wpf.Toolkit.AllowedSpecialValues

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.Wpf.Toolkit Namespace