TreeListExportStyles.CopyFrom(TreeListExportStyles) Method
Duplicates the properties of the specified object into the current instance of the TreeListExportStyles class.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
styles | TreeListExportStyles | A TreeListExportStyles object that represents the object which the settings will be copied from. |
See Also