Skip to main content
All docs
V25.1
  • Tab

    TrackBarItemCollection.Assign(IAssignableCollection) Method

    Copies the items from the specified IAssignableCollection-supported object to the current object.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public override void Assign(
        IAssignableCollection source
    )

    Parameters

    Name Type Description
    source DevExpress.Utils.IAssignableCollection

    An IAssignableCollection-supported object whose items are assigned to the current object.

    Remarks

    The Assign method copies items of the IAssignableCollection-supported object passed as a parameter to the current object. This allows you to have two collections with identical items.

    See Also