Skip to main content
.NET 6.0+

AppearanceItemType Enum

Contains values specifying types of UI elements that can be affected by conditional appearance rules.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

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

Declaration

public enum AppearanceItemType

Members

Name Description
ViewItem

An appearance rule affects View Items (Property Editors, Static Text Items, etc.) and List Editor cells. To specify items/cells that are affected, pass their identifiers (Id values of the corresponding application model nodes) to the IAppearanceRuleProperties.TargetItems property.

Action

An appearance rule affects Actions. To specify Actions that are affected, pass their identifiers to the IAppearanceRuleProperties.TargetItems property.

LayoutItem

An appearance rule affects Layout Items or Layout Groups. To specify Items and Groups that are affected, pass their identifiers (Id values of the corresponding application model nodes) to the IAppearanceRuleProperties.TargetItems property. The Detail View that contains these Items and Groups can be specified via the IAppearanceRuleProperties.Context property.

Remarks

String representations of these enumeration values are used to set the AppearanceAttribute.AppearanceItemType property.

See Also