GroupColumnListDelimiter Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the delimiter used to generate unique values for the treeview from this column
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public char ListDelimiter { get; set; }
Public Property ListDelimiter As Char
Get
Set
public:
virtual property wchar_t ListDelimiter {
wchar_t get () sealed;
void set (wchar_t value) sealed;
}
function get_ListDelimiter();
function set_ListDelimiter(value);
Return Value
Type:
CharThe delimiter used to generate unique values for the treeview from this column
See Also