Skip to main content
.NET 6.0+

IAppearance.Enabled Property

Specifies whether UI elements affected by the conditional appearance rule must be enabled.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

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

Declaration

bool? Enabled { get; set; }

Property Value

Type Description
Nullable<Boolean>

true, if UI elements affected by the conditional appearance rule must be enabled; otherwise, false.

Remarks

See the AppearanceAttribute.Enabled member description for details.

See Also