Class NamedObject
A base class for simple named token classes.
Inheritance
System.Object
NamedObject
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public abstract class NamedObject : INamed
Properties
DisplayName
Gets the display-friendly name of this object.
Declaration
public abstract string DisplayName { get; }
Property Value
System.String
|
Implements
Methods
ToString()
Gets the name from DisplayName.
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()