Property AdditionalContent
AdditionalContent
Additional localization strings. Implementation for IAdditionalLocalization.
Declaration
public AdditionalLocalization[] AdditionalContent { get; set; }
Property Value
| Type | Description |
|---|---|
| AdditionalLocalization[] | A list of AdditionalLocalization used by the control. |
Implements
Remarks
For this specific control this variable should only be used for reading values and not adding more due to the fact that unlike a usual case scenario, here the additional content is stored in multiple variables and put in a single list only when requested by this property.