Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IModelAppearanceRule.Attribute Property

Provides access to the AppearanceAttribute defining the conditional appearance rule represented by the AppearanceRule node.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

Assembly: DevExpress.ExpressApp.ConditionalAppearance.v24.2.dll

#Declaration

[Browsable(false)]
IAppearanceRuleProperties Attribute { get; set; }

#Property Value

Type Description
IAppearanceRuleProperties

An IAppearanceRuleProperties object representing the Appearance attribute, which defines the conditional appearance rule represented by the AppearanceRule node.

#Remarks

This property is used internally to set the properties of the AppearanceRule node to the corresponding property values of the AppearanceAttribute.

See Also