Skip to main content
Tab

ASPxGroupSummarySortInfo.Assign(CollectionItem) Method

Assigns the public settings of the specified object to the current one.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override void Assign(
    CollectionItem source
)

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