Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / AllowedSpecialValues Enumeration


In This Topic
    AllowedSpecialValues Enumeration
    In This Topic
    Determines the special values that will be accepted by DoubleUpdown or SingleUpDown controls.
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum AllowedSpecialValues 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AllowedSpecialValues
    [Flags()]
    public enum AllowedSpecialValues : System.Enum 
    Members
    MemberDescription
    AnyThe Positive Infinity, Negative Infinity & Not a Number values are accepted.
    AnyInfinityThe Positive Infinity & Negative Infinity values are accepted.
    NaNThe Not a Number value is accepted.
    NegativeInfinityThe Negative Infinity value is accepted.
    NoneNo special values are accepted.
    PositiveInfinityThe Positive Infinity value is accepted.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Maui.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