The following code does not compile. It seems that it's not possible to set an initial value for a property defined as a .Net enum. Is there something I'm missing?
DEFINE PUBLIC PROPERTY SelectionType AS Infragistics.Win.UltraWinGrid.SelectType
INITIAL Infragistics.Win.UltraWinGrid.SelectType:Single
GET.
SET.You are not missing anything. That is not allowed for the INITIAL phrase.