Gets the name of View for page type. Default Runtime Site will use this name to look up View template for rendering. Default is the root element name

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

Syntax

C#
public string ViewName { get; set; }
Visual Basic
Public Property ViewName As String
	Get
	Set
Visual C++
public:
virtual property String^ ViewName {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Property Value

Type: String

Implements

ICMSPage..::..ViewName

See Also