ASPxGroupSummarySortInfo.Assign(CollectionItem) Method
Assigns the public settings of the specified object to the current one.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | CollectionItem | The source object. |
Remarks
The Assign(CollectionItem)
method allows you to have objects with identical common properties.
See Also