Back to Devexpress

AppearanceController.CustomCreateAppearanceRule Event

expressappframework-devexpress-dot-expressapp-dot-conditionalappearance-dot-appearancecontroller-73dc7250.md

latest1.8 KB
Original Source

AppearanceController.CustomCreateAppearanceRule Event

Occurs when an AppearanceRule object is created.

Namespace : DevExpress.ExpressApp.ConditionalAppearance

Assembly : DevExpress.ExpressApp.ConditionalAppearance.v25.2.dll

NuGet Package : DevExpress.ExpressApp.ConditionalAppearance

Declaration

csharp
public event EventHandler<CustomCreateAppearanceRuleEventArgs> CustomCreateAppearanceRule
vb
Public Event CustomCreateAppearanceRule As EventHandler(Of CustomCreateAppearanceRuleEventArgs)

Event Data

The CustomCreateAppearanceRule event's data class is DevExpress.ExpressApp.ConditionalAppearance.CustomCreateAppearanceRuleEventArgs.

Remarks

Use this event to manually create an AppearanceRule object from the passed IAppearanceRuleProperties object. By default, the passed IAppearanceRuleProperties object is wrapped to a CachedAppearanceRuleProperties object and additional custom properties are lost during this operation.

See Also

AppearanceController Class

AppearanceController Members

DevExpress.ExpressApp.ConditionalAppearance Namespace