Esempio n. 1
0
 public BocSimpleColumnDefinition()
 {
     _formatString        = string.Empty;
     _propertyPathBinding = new PropertyPathBinding();
 }
 public BocCustomColumnDefinition()
 {
     _propertyPathBinding = new PropertyPathBinding();
 }