TreeListExportAppearance.CopyFrom(Style) Method
In This Article
Duplicates the properties of the specified object into the current instance.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
style | Style | A Style object whose settings will be copied. |
#Remarks
All properties, including those that have been set in the current instance, will be replaced by the associated property in the specified style object.
See Also