Skip to main content
.NET 6.0+

IAppearanceRuleProperties Interface

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

Namespace: DevExpress.ExpressApp.ConditionalAppearance

Assembly: DevExpress.Persistent.Base.v23.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