Skip to main content
.NET 6.0+

ShowViewParameters.Assign(ShowViewParameters) Method

Sets the current object’s properties to the specified ShowViewParameters object’s property values, respectively.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public void Assign(
    ShowViewParameters source
)

Parameters

Name Type Description
source ShowViewParameters

A ShowViewParameters object whose properties serve as a source for the corresponding properties of the current ShowViewParameters object.

See Also