DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates if other group values should be included in the group labeled with OtherGroupName when ShowGroupType is not SummaryData.SummaryDataShowGroupType.All.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public bool IncludeOthers { get; set; } |
Visual Basic |
---|
Public Property IncludeOthers As Boolean
Get
Set |
Visual C++ |
---|
public:
virtual property bool IncludeOthers {
bool get () sealed;
void set (bool value) sealed;
} |
Property Value
Type:
BooleanTrue if other group values should be included in the group labeled with OtherGroupName when ShowGroupType is not SummaryData.SummaryDataShowGroupType.All.
Return Value
Type:
Booleantrue if if other group values should be included in the group labeled with OtherGroupName when ShowGroupType is not SummaryData.SummaryDataShowGroupType.All.
Remarks
See Also