ClassNamedObject
Class
A base class for simple named token classes.
Definition
Namespace:Telerik.Windows.Controls.FieldList.Editing
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
cs-api-definition
public abstract class NamedObject : INamed
Inheritance: objectNamedObject
Implements:
Properties
DisplayName
Gets the display-friendly name of this object.
Declaration
cs-api-definition
public abstract string DisplayName { get; }
Property Value
Implements
Methods
ToString()
Gets the name from DisplayName.