IsLayoutSuspended Property
In This Topic
Returns whether the layout is suspended in this component.
Syntax
'Declaration
Public Shadows ReadOnly Property IsLayoutSuspended As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
value = instance.IsLayoutSuspended
public new bool IsLayoutSuspended {get;}
See Also