Skip to main content
A newer version of this page is available. .

CompositeView.DelayedItemsInitialization Property

Indicates whether, when the View is created, View Items controls of the CompositeView are initialized immediately.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public bool DelayedItemsInitialization { get; set; }

Property Value

Type Description
Boolean

true, if View Item controls are initialized once they are visible to end-users; false, if View Item controls are initialized once the View is created.

Remarks

You can change this property value in the overridden OnActivated method of a ViewController descendant.

You can also change this setting globally for all Views using the XafApplication.DelayedViewItemsInitialization property.

See Also