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

ViewVariantsModule Properties

The module contained in the DevExpress.ExpressApp.ViewVariantsModule.v20.2.dll assembly.
Name Description
AdditionalControllerTypes Contains manually specified Controllers to be loaded to the Application Model. Inherited from ModuleBase.
AdditionalExportedTypes Contains manually specified business classes to be loaded to the Application Model. Inherited from ModuleBase.
Application Provides access to an XafApplication object that can be used to manage the current application. Inherited from ModuleBase.
AssemblyName For internal use only. Inherited from ModuleBase.
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
Container Gets the IContainer that contains the Component. Inherited from Component.
Description Specifies a textual description of a module. Inherited from ModuleBase.
DiffsStore For internal use. Inherited from ModuleBase.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
FrameVariantsEngine Specifies the IFrameVariantsEngine object that provides methods to manage view variants.
GenerateVariantsNode Obsolete. This property is obsolete. Use the approach demonstrated in the How to: Create Additional ListView Nodes in Code using a Generator Updater topic to generate View Variants in code.
ModelDifferenceResourceName This property is intended for internal use. Inherited from ModuleBase.
ModuleManager Provides access to the ApplicationModulesManager object, which contains information on the modules currenly added to the application. Inherited from ModuleBase.
Name Gets the full name of a module’s type. Inherited from ModuleBase.
RequiredModuleTypes Provides access to the collection of modules that are added to the current module via the Module Designer. Inherited from ModuleBase.
ResourcesExportedToModel Provides access to a collection of Resource Localizers used in the current module to extend the Application Model’s IModelLocalization node. Inherited from ModuleBase.
ShowAdditionalNavigation Specifies the default value for the IModelNavigationItemsVariantSettings.GenerateRelatedViewVariantsGroup property.
Site Gets or sets the ISite of the Component. Inherited from Component.
VariantsProvider Specifies the IVariantsProvider object that provides a list of view variants available for the specific View, and stores the variant selected by user.
Version Gets the major, minor, revision, and build numbers of a module’s assembly. Inherited from ModuleBase.
See Also