Skip to main content
.NET 6.0+

IModelConditionalAppearance Interface

Used to extend the Application Model with the AppearanceRules node.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

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

Declaration

public interface IModelConditionalAppearance

Remarks

This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases. The IModelConditionalAppearance is used by the $Conditional Appearance Module, to extend the IModelClass interface.

See Also