AppearanceController.CustomCollectAllAppearanceRuleProperties Event
Occurs when appearance rules are collected. Use this event to provide the list of rules from a custom source.
Namespace: DevExpress.ExpressApp.ConditionalAppearance
Assembly: DevExpress.ExpressApp.ConditionalAppearance.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ConditionalAppearance
Declaration
Event Data
The CustomCollectAllAppearanceRuleProperties event's data class is DevExpress.ExpressApp.ConditionalAppearance.CustomCollectAllAppearanceRulePropertiesEventArgs.
Remarks
Use this event to provide the list of rules from a custom source.
See Also