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

ChangeVariantController.HasVariantsManagerChangeVariantActionActiveKey Field

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.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

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

Declaration

public const string HasVariantsManagerChangeVariantActionActiveKey = "HasVariantsManager"

Field Value

Type
String
See Also