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.9.0.0 (5.9.0)
Syntax public bool PerformFullInitialLayoutIfDisplayed { get; }
Public ReadOnly Property PerformFullInitialLayoutIfDisplayed As Boolean
Get
Property Value
Type:
BooleanSee Also