IAppearance.Enabled Property
Specifies whether UI elements affected by the conditional appearance rule must be enabled.
Namespace: DevExpress.ExpressApp.ConditionalAppearance
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
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