FilterNodeGroupColumn Property |
|
DataPA OpenAnalytics 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 public GroupColumn GroupColumn { get; }
Public ReadOnly Property GroupColumn As GroupColumn
Get
public:
virtual property GroupColumn^ GroupColumn {
GroupColumn^ get () sealed;
}
function get_GroupColumn();
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