Back to Devexpress

AppearanceItemType Enum

expressappframework-devexpress-dot-expressapp-dot-conditionalappearance-51eb77ec.md

latest2.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Persistent.Base

Declaration

csharp
public enum AppearanceItemType
vb
Public Enum AppearanceItemType

Members

NameDescription
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

DevExpress.ExpressApp.ConditionalAppearance Namespace