Back to Devexpress

AppearanceController.CustomCollectAllAppearanceRuleProperties Event

expressappframework-devexpress-dot-expressapp-dot-conditionalappearance-dot-appearancecontroller-bb015ae0.md

latest1.7 KB
Original Source

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

csharp
public event EventHandler<CustomCollectAllAppearanceRulePropertiesEventArgs> CustomCollectAllAppearanceRuleProperties
vb
Public Event CustomCollectAllAppearanceRuleProperties As EventHandler(Of CustomCollectAllAppearanceRulePropertiesEventArgs)

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

AppearanceController Class

AppearanceController Members

DevExpress.ExpressApp.ConditionalAppearance Namespace