GroupAttributeclass

Sets the category or the group of a type or a type member. This info can then be retrieved via DisplayInfo library.

objectAttributeGroupAttribute
Namespace
global
Assembly
Sandbox.System
Declaration
public class GroupAttribute : System.Attribute

Constructors1

Showing 1 constructors

public GroupAttribute(string value)PUBLICCONSTRUCTOR

ParameterTypeDescription
valuestring

Properties3

Showing 3 properties

public string GroupAttribute.Icon { get; set; }PUBLICGETSET

Returns:string

public bool GroupAttribute.StartFolded { get; set; }PUBLICGETSET

If true then the group should start closed

Returns:bool

public virtual sealed string GroupAttribute.Value { get; set; }PUBLICVIRTUALGETSET

Returns:string

On this page