Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

AppearanceController.CustomCreateAppearanceRule Event

Occurs when an AppearanceRule object is created.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

Assembly: DevExpress.ExpressApp.ConditionalAppearance.v20.2.dll

Declaration

public event EventHandler<CustomCreateAppearanceRuleEventArgs> CustomCreateAppearanceRule

Event Data

The CustomCreateAppearanceRule event's data class is DevExpress.ExpressApp.ConditionalAppearance.CustomCreateAppearanceRuleEventArgs.

Remarks

Use this event to manually create an AppearanceRule object from the passed IAppearanceRuleProperties object. By default, the passed IAppearanceRuleProperties object is wrapped to a CachedAppearanceRuleProperties object and additional custom properties are lost during this operation.

See Also