IModelAppearanceRule.Attribute Property
In This Article
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
NuGet Package: DevExpress.ExpressApp.ConditionalAppearance
#Declaration
[Browsable(false)]
IAppearanceRuleProperties Attribute { get; set; }
#Property Value
Type | Description |
---|---|
IAppearance |
An IAppearance |
#Remarks
This property is used internally to set the properties of the AppearanceRule node to the corresponding property values of the AppearanceAttribute.
See Also