Skip to main content
.NET 6.0+

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.Xpo.v23.2.dll

Declaration

public const string IsNotModifiedEnabledKey = "NotModified"

Field Value

Type
String
See Also