AppearanceController.CustomCollectAllAppearanceRuleProperties Event
In This Article
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.2.dll
NuGet Package: DevExpress.ExpressApp.ConditionalAppearance
#Declaration
public event EventHandler<CustomCollectAllAppearanceRulePropertiesEventArgs> CustomCollectAllAppearanceRuleProperties
#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