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

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.v20.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