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; }
<DataMemberAttribute(Name := "useTargetInitialViewOptions", EmitDefaultValue := false)>
Public Property UseTargetInitialViewOptions As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"useTargetInitialViewOptions", EmitDefaultValue = false)]
property bool UseTargetInitialViewOptions {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "useTargetInitialViewOptions", EmitDefaultValue = false)>]
member UseTargetInitialViewOptions : bool with get, set
Property Value
Type:
Boolean if the target's initial view options should be used; otherwise,
.
See Also