Skip to main content
A newer version of this page is available. .

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.v18.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