Skip to main content
.NET 6.0+

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.v23.2.dll

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