CurrentFrameViewVariantsManager.VariantsManager Property
In This Article
Gets the IFrameVariantsEngine object that provides methods to manage view variants.
Namespace: DevExpress.ExpressApp.ViewVariantsModule
Assembly: DevExpress.ExpressApp.ViewVariantsModule.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ViewVariantsModule
#Declaration
public IFrameVariantsEngine VariantsManager { get; }
#Property Value
Type | Description |
---|---|
IFrame |
An IFrame |
See Also