Gets the edit mode. When true, mean request is in In-Context Edit mode

Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI90 (in IGXRuntimeAPI90.dll) Version: 9.0.82.0 (9.0.82)

Syntax

C#
public bool EditMode { get; protected set; }
Visual Basic
Public Property EditMode As Boolean
	Get
	Protected Set
Visual C++
public:
virtual property bool EditMode {
	bool get () sealed;
	protected: void set (bool value) sealed;
}

Property Value

Type: Boolean

Implements

ICMSEnvironment..::..EditMode

See Also