Back to Devexpress

IModelConditionalAppearance Interface

expressappframework-devexpress-dot-expressapp-dot-conditionalappearance-e6c4e3d8.md

latest2.1 KB
Original Source

IModelConditionalAppearance Interface

Used to extend the Application Model with the AppearanceRules node.

Namespace : DevExpress.ExpressApp.ConditionalAppearance

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

NuGet Package : DevExpress.ExpressApp.ConditionalAppearance

Declaration

csharp
public interface IModelConditionalAppearance
vb
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

IModelConditionalAppearance Members

Declare Conditional Appearance Rules in the Application Model

Application Model (UI Settings Storage)

How the XAF Application Model Works

DevExpress.ExpressApp.ConditionalAppearance Namespace