INamed
Interface
Specifies that the object has a display friendly name to be used for UI purposes.
Definition
Namespace:Telerik.Pivot.Core
Assembly:Telerik.Pivot.Core.dll
Syntax:
C#
public interface INamed
Derived Classes:
Properties
Gets the display-friendly name.
C#
string DisplayName { get; }