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.ModelViewsAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public bool PerformFullInitialLayoutIfDisplayed { get; }
Public ReadOnly Property PerformFullInitialLayoutIfDisplayed As Boolean
Get
Property Value
Type:
BooleanSee Also