Class NamedObject
A base class for simple named token classes.
Inheritance
System.Object
NamedObject
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public abstract class NamedObject : Object, INamed
Properties
DisplayName
Gets the display-friendly name of this object.
Declaration
public abstract string DisplayName { get; }
Property Value
System.String
|