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