Skip to main content
.NET 6.0+

ApplyAppearanceEventArgs Class

Namespace: DevExpress.ExpressApp.ConditionalAppearance

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

Declaration

public class ApplyAppearanceEventArgs :
    HandledEventArgs

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