Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public const string NotModifiedEnabledKey = "NotModified"

Field Value

Type
String
See Also