ApplyAppearanceEventArgs Class
Arguments passed to the AppearanceController.CustomApplyAppearance and AppearanceController.AppearanceApplied events.
Namespace: DevExpress.ExpressApp.ConditionalAppearance
Assembly: DevExpress.ExpressApp.ConditionalAppearance.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ConditionalAppearance
Declaration
Remarks
The ApplyAppearanceEventArgs class declares properties specific to the AppearanceController.CustomApplyAppearance and AppearanceController.AppearanceApplied events. These events allow you to customize the appearance currently applied to a UI element. For details on these events, refer to the How to: Customize the Conditional Appearance Module Behavior topic.
Inheritance
Object
EventArgs
HandledEventArgs
ApplyAppearanceEventArgs
See Also