Back to Devexpress

IModelAppearanceRule Interface

expressappframework-devexpress-dot-expressapp-dot-conditionalappearance-892bbdd1.md

latest2.4 KB
Original Source

IModelAppearanceRule Interface

The AppearanceRule node defines a particular conditional appearance rule.

Namespace : DevExpress.ExpressApp.ConditionalAppearance

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

NuGet Package : DevExpress.ExpressApp.ConditionalAppearance

Declaration

csharp
public interface IModelAppearanceRule :
    IModelNode,
    IAppearanceRuleProperties,
    IAppearance
vb
Public Interface IModelAppearanceRule
    Inherits IModelNode,
             IAppearanceRuleProperties,
             IAppearance

Remarks

The AppearanceRule node’s own properties are used for internal needs. The properties displayed in the Model Editor are inherited from the IAppearanceRuleProperties interface supported by this node.

To learn how to use the AppearanceRule node to add conditional appearance rules, refer to the Declare Conditional Appearance Rules in the Application Model topic.

This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases.

See Also

IModelAppearanceRule Members

Conditional Appearance (Manage UI State)

Application Model (UI Settings Storage)

How the XAF Application Model Works

DevExpress.ExpressApp.ConditionalAppearance Namespace