BaseAppearanceCollection.Combine(BaseAppearanceCollection, AppearanceDefaultInfo[]) Method
Copies the activated appearance settings of the object passed as the parameter to the current object, any properties that aren’t activated are set to the value in the default appearance object.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
Declaration
public void Combine(
BaseAppearanceCollection appearances,
AppearanceDefaultInfo[] defaults
)
Parameters
Name | Type | Description |
---|---|---|
appearances | BaseAppearanceCollection | A BaseAppearanceCollection descendant representing the source of the operation. |
defaults | DevExpress.Utils.AppearanceDefaultInfo[] | An array of DevExpress.Utils.AppearanceDefaultInfo objects which represent the default appearance settings. |
Remarks
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
See Also