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: 7.6.1.3-5cb5c356
Syntax
C#
public override string Category { get; }

Return Value

Type: 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