AdapterIsSelfAlignedByParent 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.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public bool IsSelfAlignedByParent { get; set; }
Public Property IsSelfAlignedByParent As Boolean
Get
Set
public:
property bool IsSelfAlignedByParent {
bool get ();
void set (bool value);
}
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