Click or drag to resize

CustomReportRowCategory Property

Gets the name of the category to which the member belongs, as specified in the CategoryAttribute.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public override string Category { get; }

Return Value

String
The name of the category to which the member belongs. If there is no CategoryAttribute, the category name is set to the default category, Misc.
See Also