Skip to main content

ClientControlsMenuItemHotKey.Assign(PropertiesBase) Method

Copies the settings from the specified object to the current object.

Namespace: DevExpress.XtraReports.Web.ClientControls

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public override void Assign(
    PropertiesBase source
)

Parameters

Name Type Description
source PropertiesBase

An object whose settings are assigned to the current object.

Remarks

The Assign method copies properties of the specified object passed as a parameter to the current object. This allows you to have two objects with identical common properties.

See Also