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

TabControlStyle.MergeWith(Style) Method

Combines the properties of the specified Style with the current instance of the TabControlStyle class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public override void MergeWith(
    Style style
)

Parameters

Name Type Description
style Style

A Style, that is an object to be combined.

Remarks

The MergeWith method can be used to combine the properties of the specified Style object with the instance of the TabControlStyle class that this method is called from.

Note

All properties, except those that have already been set on the current instance of the TabControlStyle class, will be replaced by the corresponding property of the Style specified by the style parameter.

See Also