AdapterDataIsSelfAlignedByParent Property |
Gets or sets a value indicating whether
AlignedAxes are grouped by their parent when this
Adapter is used in a repeater.
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 = "isSelfAlignedByParent", EmitDefaultValue = false)]
public bool IsSelfAlignedByParent { get; set; }
<DataMemberAttribute(Name := "isSelfAlignedByParent", EmitDefaultValue := false)>
Public Property IsSelfAlignedByParent As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"isSelfAlignedByParent", EmitDefaultValue = false)]
property bool IsSelfAlignedByParent {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "isSelfAlignedByParent", EmitDefaultValue = false)>]
member IsSelfAlignedByParent : bool with get, set
Property Value
Type:
Boolean if the aligned axes are grouped by their parent for this
Adapter; otherwise,
.
See Also