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

CloneObjectViewController.IsNotModifiedEnabledKey Field

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

Namespace: DevExpress.ExpressApp.CloneObject

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

Declaration

public const string IsNotModifiedEnabledKey = "NotModified"

Field Value

Type
String
See Also