Click or drag to resize

ModelViewPerformFullInitialLayoutIfDisplayed Property

Gets a value indicating whether a full layout has to be calculated when the modelview is displayed (true) or an incremental layout (false). A full layout is issued when no stored coordinates are present.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.ModelViews
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public bool PerformFullInitialLayoutIfDisplayed { get; }

Property Value

Type: Boolean
See Also