Open this page in the API Guide

ViewData.InitialViewOptions Property

Gets or sets the initial view options, such as it should start full screen. This option can be overridden by the overrides.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataMemberAttribute(Name = "initialViewOptions", EmitDefaultValue = true)]
public ViewOptions InitialViewOptions { get; set; }

Property Value

Type: ViewOptions
The initial view options.
See Also