Base class for translations. Translations can be used to show custom data in the cells of a column, for example images or localized text

Namespace: Ico.WPF
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public abstract class StatusTranslation : IRepositoryListItem
Visual Basic
Public MustInherit Class StatusTranslation _
	Implements IRepositoryListItem
JScript
public abstract class StatusTranslation implements IRepositoryListItem

Remarks

Though this class is abstract, deriving from this class is not supported for customers.

Inheritance Hierarchy

System..::..Object
  Ico.WPF..::..StatusTranslation
    Ico.WPF..::..ImageTranslation
    Ico.WPF..::..TextTranslation

See Also