Xceed Grid for WinForms v4.3 Documentation
Signs Enumeration


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Editors Namespace : Signs Enumeration
Value representing the accepted sign(s), negative, positive or either, of the value entered in the GridNumericTextBox editor.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum Signs 
   Inherits System.Enum
'Usage
 
Dim instance As Signs
[Flags()]
public enum Signs : System.Enum 
Members
MemberDescription
BothBoth the negative and positive signs are accepted.
NegativeOnly the negative sign is accepted.
PositiveOnly the positive sign is accepted.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Grid.Editors.Signs

Requirements

Target Platforms: 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.Grid.Editors Namespace