Back to Devexpress

XafApplication Properties

expressappframework-devexpress-dot-expressapp-dot-xafapplication-dot-underscore-properties.md

latest7.9 KB
Original Source

XafApplication Properties

Manages an XAF application.

NameDescription
ApplicationNameSpecifies the application’s name.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
CheckCompatibilityTypeSpecifies how database and application compatibility is checked.
ConnectionSpecifies the connection to the database used by the application.
ConnectionStringSpecifies the connection string used to connect to the application’s database or to the Application Server.
ContainerGets the IContainer that contains the Component. Inherited from Component.
CurrentAspectProviderReturns an ICurrentAspectProvider object that supplies culture-specific information.
DatabaseUpdateModeSpecifies the database update mode.
DefaultCollectionSourceModeSpecifies the default mode of operation for Collection Sources created by the XafApplication.
DelayedViewItemsInitializationIndicates whether View Items controls are initialized immediately when a View is created.
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.
EnableModelCacheSpecifies if the Application Model cache designed to improve the startup speed and performance is enabled.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
IsLoadingIndicates whether the application component is currently being initialized.
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.
MainWindowProvides access to the application’s main Window.
MaxLogonAttemptCountSpecifies the allowed number of failed login attempts before the application closes.
ModelProvides access to the Application Model‘s root node.
ModulesProvides access to the module list used by the application.
ObjectSpaceProviderProvides access to the application’s Object Space Provider.
ObjectSpaceProviderContainer
ObjectSpaceProvidersGets a list of Object Space Providers used by XafApplication.
OptimizedControllersCreationDisables the instantiation of Controllers that will never be activated in nested List Views.
ResourcesExportedToModelProvides access to a collection of Resource Localizers used in the current application to extend the Application Model’s IModelLocalization node.
SecurityProvides access to the Security Strategy used in the application.
ServiceProviderProvides access to IServiceProvider.
ShowViewStrategySpecifies the application’s Show View Strategy.
SiteFor internal use only.
TitleSpecifies the application’s title.
TypesInfoGets the ITypesInfo object that supplies metadata on types used in an XAF application.

See Also

XafApplication Class

XafApplication Members

DevExpress.ExpressApp Namespace