AppearanceController.CustomCreateAppearanceRule Event
Occurs when an AppearanceRule object is created.
Namespace: DevExpress.ExpressApp.ConditionalAppearance
Assembly: DevExpress.ExpressApp.ConditionalAppearance.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ConditionalAppearance
Declaration
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