BaseAppearanceCollection.Combine(BaseAppearanceCollection, AppearanceDefaultInfo[], Boolean) Method
Copies the activated appearance settings of the object passed as the parameter and activates their corresponding options, any properties not activated are set to the value in the default appearance object.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
Declaration
public virtual void Combine(
BaseAppearanceCollection appearances,
AppearanceDefaultInfo[] defaults,
bool setDefaultUseFlag
)
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. |
setDefaultUseFlag | Boolean | true to enable options which correspond to the activated appearance settings; otherwise, false. |
Remarks
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
See Also