Skip to main content
All docs
V25.1
  • TreeListStyles.CopyFrom(StylesBase) Method

    Duplicates the properties of the specified object into the current instance of the TreeListStyles class.

    Namespace: DevExpress.Web.ASPxTreeList

    Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public override void CopyFrom(
        StylesBase source
    )

    Parameters

    Name Type Description
    source StylesBase

    A StylesBase object that represents the object from which the settings will be copied.

    See Also