Back to Devexpress

IAppearanceRuleProperties.AppearanceItemType Property

expressappframework-devexpress-dot-expressapp-dot-conditionalappearance-dot-iappearanceruleproperties-c0146447.md

latest2.5 KB
Original Source

IAppearanceRuleProperties.AppearanceItemType Property

Specifies the type of UI elements affected by the conditional appearance rule.

Namespace : DevExpress.ExpressApp.ConditionalAppearance

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

NuGet Package : DevExpress.Persistent.Base

Declaration

csharp
string AppearanceItemType { get; set; }
vb
Property AppearanceItemType As String

Property Value

TypeDescription
String

The string representation of an AppearanceItemType enumeration value specifying the type of UI elements affected by the conditional appearance rule.

|

Remarks

The UI elements affected by a conditional appearance rule are specified by the AppearanceItemType and IAppearanceRuleProperties.TargetItems properties. The following are the possible values for the AppearanceItemType rule property:

For details, refer to the Declare Conditional Appearance Rules in the Application Model topic.

See Also

Conditional Appearance (Manage UI State)

IAppearanceRuleProperties Interface

IAppearanceRuleProperties Members

DevExpress.ExpressApp.ConditionalAppearance Namespace