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.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
#Declaration
#Members
Name | Description |
---|---|
View
|
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 IAppearance |
Action
|
An appearance rule affects Actions. To specify Actions that are affected, pass their identifiers to the IAppearance |
Layout
|
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 IAppearance |
#Remarks
String representations of these enumeration values are used to set the AppearanceAttribute.AppearanceItemType property.