GroupColumnOtherGroupName Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a display value used to display other values IncludeOthers is true.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string OtherGroupName { get; set; }
Public Property OtherGroupName As String
Get
Set
public:
virtual property String^ OtherGroupName {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_OtherGroupName();
function set_OtherGroupName(value);
Property Value
Type:
StringThe display value used to display other values IncludeOthers is true.
Return Value
Type:
StringThe display value used to display other values IncludeOthers is true.
Remarks See Also