ICMSEnvironmentViewMode Property
|
Gets the Mode of View. It is used to distinguish different View/XSLT template, when requesting the same
Element.
The value of this property is particularly important for In-Context-Edit markup update, especially for traditional XSLT implementations.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax string ViewMode { get; set; }
Property ViewMode As String
Get
Set
property String^ ViewMode {
String^ get ();
void set (String^ value);
}
abstract ViewMode : string with get, set
Property Value
Type:
StringSee Also