Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ChangeVariantController.NotModifiedEnabledKey Field

An ActionBase.Enabled property’s key name. This key indicates that the ChangeVariantController.ChangeVariantAction should be enabled or disabled due to the ChangeVariantController.AllowChangeVariantWhenObjectSpaceIsModified and BaseObjectSpace.IsModified values.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

Assembly: DevExpress.ExpressApp.ViewVariantsModule.v20.2.dll

Declaration

public const string NotModifiedEnabledKey = "NotModified"

Field Value

Type
String
See Also