DataPA Enterprise Dashboard Controls API Reference
Gets the group column that represents this treeview node.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public GroupColumn GroupColumn { get; } |
Visual Basic |
---|
Public ReadOnly Property GroupColumn As GroupColumn
Get |
Visual C++ |
---|
public:
virtual property GroupColumn^ GroupColumn {
GroupColumn^ get () sealed;
} |
Property Value
Type:
GroupColumnThe group column that represents this treeview node.
Return Value
Type:
GroupColumnThe group column that represents this treeview node.
Remarks
See Also