Skip to main content

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