|
Browse by Tags
All Tags » UltraGrid » Enumerations ( RSS)
-
I've a column in the ultragrid (wingrid) whose datatype is an enumeration I've defined as follows public enum ResultEnum : short { [ EnumDescription ( "OPEN" )] Open = 1, [ EnumDescription ( "WON" )] Won = 2, [ EnumDescription ( "LOST" )] Lost = 3, [ EnumDescription...
Page 1 of 1 (1 items)
|
|