IObjectCustomizationGridLayoutAllowPartiallySetPositions Property

Denotes if this layouter is capable of dealing with some properties manually set and other not set at all.

Definition

Namespace: Articy.Api.ObjectCustomization
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
bool AllowPartiallySetPositions { get; }

Property Value

Boolean

Remarks

if this returns false, the session will check if some positions are set and if true will throw an exception.

See Also