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

GridExportAppearanceBase.MergeWith(Style) Method

Combines the properties of the specified object with the current GridExportAppearanceBase instance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public override void MergeWith(
    Style style
)

Parameters

Name Type Description
style Style

A Style that is the object to be combined.

See Also