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

ChangeVariantController Fields

Represents a ViewController descendant that contains the ChangeVariant Action.
Name Description
ChangeVariantActionId Gets a string representing the identifier of the ChangeVariantController.ChangeVariantAction.
ControllerActiveKey static Specifies one of the keys from the ActionBase.Active collection of a Controller‘s Controller.Actions. By default, this field value is “Controller active”. You can use this field when working with the ActionBase.Active collection. Inherited from Controller.
DefaultVariantId Obsolete. Gets the identifier of the automatically generated default variant.
HasVariantsManagerChangeVariantActionActiveKey Specifies the name of the key that is added to the ChangeVariantController.ChangeVariantAction Action’s ActionBase.Active collection to indicate that the Action should be inactive when the ChangeVariantController.CurrentFrameViewVariantsManager property is null.
NotModifiedEnabledKey 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.
See Also