ActionDataUseTargetInitialViewOptions Property

Gets or sets a value indicating whether the target view's initial view options should be used. By default, full-screen is always used when a navigation or other action occurs which targets a view.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "useTargetInitialViewOptions", EmitDefaultValue = false)]
public bool UseTargetInitialViewOptions { get; set; }

Property Value

Type: Boolean
if the target's initial view options should be used; otherwise, .
See Also