Beispiel #1
0
 public static void Set_Syncfusion_UI_Xaml_Grid_SfDataGrid_ItemsSource(global::Syncfusion.UI.Xaml.Grid.SfDataGrid obj, global::System.Object value, string targetNullValue)
 {
     if (value == null && targetNullValue != null)
     {
         value = (global::System.Object)global::Windows.UI.Xaml.Markup.XamlBindingHelper.ConvertValue(typeof(global::System.Object), targetNullValue);
     }
     obj.ItemsSource = value;
 }
Beispiel #2
0
            // IComponentConnector

            public void Connect(int connectionId, global::System.Object target)
            {
                switch (connectionId)
                {
                case 2:
                    this.obj2 = (global::Syncfusion.UI.Xaml.Grid.SfDataGrid)target;
                    break;

                default:
                    break;
                }
            }