Skip to main content

SpreadsheetFormulaBarButtonSectionStyles.CopyFrom(StylesBase) Method

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

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

public override void CopyFrom(
    StylesBase source
)

Parameters

Name Type Description
source StylesBase

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

Remarks

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

Note

All properties, including those that have been set in the current object, will be replaced by the associated property in the SpreadsheetFormulaBarButtonSectionStyles specified by the style parameter.

See Also