Skip to main content
.NET 6.0+

IAppearance Interface

Declares the basic properties of conditional appearance rules. Serves as the base interface for the IAppearanceRuleProperties interface.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

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

Declaration

public interface IAppearance

Remarks

You do not need to implement this interface in most cases. To learn about conditional appearance rules, refer to the Conditional Appearance Module Overview help topic.

See Also