Back to Devexpress

WinApplication Properties

expressappframework-devexpress-dot-expressapp-dot-win-dot-winapplication-dot-underscore-properties.md

latest11.8 KB
Original Source

WinApplication Properties

Manages a WinForms XAF application.

NameDescription
ApplicationNameSpecifies the application’s name. Inherited from XafApplication.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
CheckCompatibilityTypeSpecifies how database and application compatibility is checked. Inherited from XafApplication.
ConnectionSpecifies the connection to the database used by the application. Inherited from XafApplication.
ConnectionStringSpecifies the connection string used to connect to the application’s database or to the Application Server. Inherited from XafApplication.
ContainerGets the IContainer that contains the Component. Inherited from Component.
CurrentAspectProviderReturns an ICurrentAspectProvider object that supplies culture-specific information. Inherited from XafApplication.
DatabaseUpdateModeSpecifies the database update mode. Inherited from XafApplication.
DefaultCollectionSourceModeSpecifies the default mode of operation for Collection Sources created by the XafApplication. Inherited from XafApplication.
DelayedViewItemsInitializationIndicates whether View Items controls are initialized immediately when a View is created. Inherited from XafApplication.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
EditorFactoryProvides access to the application’s Editors Factory, which is used to load View Items and List Editors to the Application Model and create them when needed. Inherited from XafApplication.
EnableModelCacheSpecifies if the Application Model cache designed to improve the startup speed and performance is enabled. Inherited from XafApplication.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
FrameTemplateFactorySpecifies the IFrameTemplateFactory object that provides Templates for a Windows Forms application.
IgnoreUserModelDiffsSpecifies if the user model differences are ignored.
IsLoadingIndicates whether the application component is currently being initialized. Inherited from XafApplication.
LinkNewObjectToParentImmediatelySpecifies whether or not a link between a master and child object is created immediately when the NewObjectViewController.NewObjectAction is executed in a nested List View with a non-aggregated collection. Inherited from XafApplication.
MainWindowGets the application’s main Window.
MaxLogonAttemptCountSpecifies the allowed number of failed login attempts before the application closes. Inherited from XafApplication.
Messaging staticSpecifies the Messaging object, used by the Windows Forms application to display message boxes.
ModelProvides access to the Application Model‘s root node. Inherited from XafApplication.
ModelDifferenceFilePathSpecifies a path to the directory where the model differences file (Model.xafml) reside.
ModulesProvides access to the module list used by the application. Inherited from XafApplication.
ObjectSpaceProviderProvides access to the application’s Object Space Provider. Inherited from XafApplication.
ObjectSpaceProviderContainerInherited from XafApplication.
ObjectSpaceProvidersGets a list of Object Space Providers used by XafApplication. Inherited from XafApplication.
OptimizedControllersCreationDisables the instantiation of Controllers that will never be activated in nested List Views. Inherited from XafApplication.
ResourcesExportedToModelProvides access to a collection of Resource Localizers used in the current application to extend the Application Model’s IModelLocalization node. Inherited from XafApplication.
SecurityProvides access to the Security Strategy used in the application. Inherited from XafApplication.
ServiceProviderProvides access to IServiceProvider. Inherited from XafApplication.
ShowViewStrategySpecifies the Show View Strategy used in a Windows Forms application.
SiteFor internal use only. Inherited from XafApplication.
SplashScreenSpecifies the splash screen displayed when a Windows Forms application starts.
TitleSpecifies the application’s title. Inherited from XafApplication.
TypesInfoGets the ITypesInfo object that supplies metadata on types used in an XAF application. Inherited from XafApplication.
UseLightStyleEnables the Light Style in a WinForms application.
UseOldTemplatesReplaces old templates (MainForm and DetailForm) with new templates in WinForms applications (v14.2+).
UserModelDifferenceFilePathSpecifies the path to the user model differences file.

See Also

WinApplication Class

WinApplication Members

DevExpress.ExpressApp.Win Namespace