RepeaterGroupParent Property |
Gets or sets the parent group that contains this group.
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 RepeaterGroup Parent { get; set; }
Public Property Parent As RepeaterGroup
Get
Set
public:
property RepeaterGroup^ Parent {
RepeaterGroup^ get ();
void set (RepeaterGroup^ value);
}
member Parent : RepeaterGroup with get, set
Property Value
Type:
RepeaterGroupSee Also