Skip to main content
.NET 6.0+

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

Declaration

public const string HasVariantsManagerChangeVariantActionActiveKey = "HasVariantsManager"

Field Value

Type
String
See Also