HierarchyMemberDataIsExpanded Property |
Gets or sets a value indicating whether this instance is expanded.
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 = "isExpanded", EmitDefaultValue = false)]
public bool IsExpanded { get; set; }
<DataMemberAttribute(Name := "isExpanded", EmitDefaultValue := false)>
Public Property IsExpanded As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"isExpanded", EmitDefaultValue = false)]
property bool IsExpanded {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "isExpanded", EmitDefaultValue = false)>]
member IsExpanded : bool with get, set
Property Value
Type:
Boolean if this instance is expanded; otherwise,
.
Remarks The value is set analyzing the Data Tuple, not the IHierarchyMember object.
See Also