Table of Contents

Class LocalizedHeaderAttribute

Attach a header above the field with localized text.

public class LocalizedHeaderAttribute : PropertyAttribute
Inheritance
LocalizedHeaderAttribute
Extension Methods

Constructors

LocalizedHeaderAttribute(string)

Create a new instance of LocalizedHeaderAttribute.

public LocalizedHeaderAttribute(string key)

Parameters

key string

The key of the localized header.

Properties

Key

public string Key { get; }

Property Value

string