Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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