Class PropertyHeaderAttribute
Attribute to specify a header for a property. Is drawn above the property.
[AttributeUsage(AttributeTargets.Property, Inherited = true, AllowMultiple = true)]
public class PropertyHeaderAttribute : Attribute
- Inheritance
-
PropertyHeaderAttribute
Constructors
PropertyHeaderAttribute(string)
public PropertyHeaderAttribute(string header)
Parameters
header
string
PropertyHeaderAttribute(HeaderAttribute)
public PropertyHeaderAttribute(HeaderAttribute header)
Parameters
header
HeaderAttribute
Properties
Header
public string Header { get; }