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

IAppearanceRuleProperties Interface

Declares members implemented by conditional appearance rules and the IModelAppearanceRule nodes.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

Assembly: DevExpress.Persistent.Base.v20.2.dll

Declaration

[TypeConverter(typeof(ReferenceConverter))]
public interface IAppearanceRuleProperties :
    IAppearance

Remarks

To learn about conditional appearance rules, refer to the Conditional Appearance Module Overview help topic.

See Also