AppearanceObject.Combine(AppearanceObject) Method
Copies the activated settings from the appearance object passed as the parameter.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public void Combine(
AppearanceObject val
)
#Parameters
Name | Type | Description |
---|---|---|
val | Appearance |
An Appearance |
#Remarks
The Combine method copies the specified AppearanceObject object’s properties whose corresponding appearance options are enabled to the current one.