Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelAppearanceRule Interface

The AppearanceRule node defines a particular conditional appearance rule.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

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

Declaration

public interface IModelAppearanceRule :
    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