Class TabsAttribute
Use this attribute to make a field a tag field. Only works on Enum fields.
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = true, AllowMultiple = false)]
public class TabsAttribute : Attribute
- Inheritance
-
TabsAttribute
Constructors
TabsAttribute()
public TabsAttribute()