Interface INamed
Specifies that the object has a display friendly name to be used for UI purposes.
Namespace: Telerik.Pivot.Core
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public interface INamed
Properties
DisplayName
Gets the display-friendly name.
Declaration
string DisplayName { get; }
Property Value
System.String
|