DataPA Enterprise Dashboard Controls API Reference
Gets and sets an object that represents the GroupColumns object that is the parent of this GroupColumn.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public GroupColumns Parent { get; set; } |
Visual Basic |
---|
Public Property Parent As GroupColumns
Get
Set |
Visual C++ |
---|
public:
virtual property GroupColumns^ Parent {
GroupColumns^ get () sealed;
void set (GroupColumns^ value) sealed;
} |
Property Value
Type:
GroupColumnsThe GroupColumns object that is the parent of this GroupColumn.
Return Value
Type:
GroupColumnsThe GroupColumns object that is the parent of this GroupColumn.
Remarks
See Also