Get if the object is in preview mode
Namespace: Ingeniux.RuntimeAssembly: IGXRuntimeAPI90 (in IGXRuntimeAPI90.dll) Version: 9.0.82.0 (9.0.82)
Syntax
| C# |
|---|
public bool IsPreview { get; protected set; } |
| Visual Basic |
|---|
Public Property IsPreview As Boolean Get Protected Set |
| Visual C++ |
|---|
public: virtual property bool IsPreview { bool get () sealed; protected: void set (bool value) sealed; } |