'Declaration <FlagsAttribute()> Public Enum Signs Inherits System.Enum
'Usage Dim instance As Signs
[Flags()] public enum Signs : System.Enum
'Declaration <FlagsAttribute()> Public Enum Signs Inherits System.Enum
'Usage Dim instance As Signs
[Flags()] public enum Signs : System.Enum
Member | Description |
---|---|
Both | Both the negative and positive signs are accepted. |
Negative | Only the negative sign is accepted. |
Positive | Only the positive sign is accepted. |
System.Object
System.ValueType
System.Enum
Xceed.Grid.Editors.Signs
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