Пример #1
0
 /// <summary>
 /// Bind a property on the native collection panel to its equivalent on ListViewBase
 /// </summary>
 private void BindToPanel(string propertyName, BindingMode bindingMode = BindingMode.OneWay)
 {
     NativePanel.Binding(propertyName, propertyName, this, bindingMode);
 }