GroupColumnIsListOfValues Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if this group column contains a list of values used in a treeview
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool IsListOfValues { get; set; }
Public Property IsListOfValues As Boolean
Get
Set
public:
virtual property bool IsListOfValues {
bool get () sealed;
void set (bool value) sealed;
}
function get_IsListOfValues();
function set_IsListOfValues(value);
Return Value
Type:
BooleanTrue if this group column contains a list of values used in a treeview
See Also