menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CloneHelper - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CloneHelper

    Inheritance
    System.Object
    CloneHelper
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public static class CloneHelper : Object

    Methods

    CloneCollection(IList, IList, Type)

    Declaration
    public static void CloneCollection(IList sourceList, IList destinationList, Type baseType)
    Parameters
    Type Name Description
    System.Collections.IList sourceList
    System.Collections.IList destinationList
    System.Type baseType

    CloneProperties(Object, Object, Type)

    Declaration
    public static void CloneProperties(object source, object destination, Type baseType)
    Parameters
    Type Name Description
    System.Object source
    System.Object destination
    System.Type baseType

    CreateClonedInstance(Object, Type)

    Declaration
    public static object CreateClonedInstance(object sourceItem, Type baseType)
    Parameters
    Type Name Description
    System.Object sourceItem
    System.Type baseType
    Returns
    Type
    System.Object

    EnsureCollection<T, S>(T, T, Func<S, S, Boolean>)

    Declaration
    public static void EnsureCollection<T, S>(T source, T target, Func<S, S, bool> predicate)
        where T : IList<S>
    Parameters
    Type Name Description
    T source
    T target
    System.Func<S, S, System.Boolean> predicate
    Type Parameters
    Name
    T
    S

    GetCloneableProperty(Type, Type, String)

    Declaration
    public static PropertyInfo GetCloneableProperty(Type type, Type baseType, string property)
    Parameters
    Type Name Description
    System.Type type
    System.Type baseType
    System.String property
    Returns
    Type
    System.Reflection.PropertyInfo

    GetDependencyPropertyByName(Type, String)

    Declaration
    public static DependencyProperty GetDependencyPropertyByName(Type dependencyObjectType, string dpName)
    Parameters
    Type Name Description
    System.Type dependencyObjectType
    System.String dpName
    Returns
    Type
    Windows.UI.Xaml.DependencyProperty
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved