Skip to main content
Tab

GridPopupControlStyles.CopyFrom(GridPopupControlStyles) Method

Duplicates the properties of the specified object into the current instance of the GridPopupControlStyles class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public virtual void CopyFrom(
    GridPopupControlStyles source
)

#Parameters

Name Type Description
source GridPopupControlStyles

A GridPopupControlStyles object that represents the object from which the settings will be copied.

#Remarks

Use the CopyFrom method to duplicate the properties of the specified object into the instance of the GridPopupControlStyles class which this method is called from.

See Also