Gets the display name for the dimension value.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public string DisplayName { get; }
Visual Basic (Declaration)
Public ReadOnly Property DisplayName As String
Visual C++
public:
property String^ DisplayName {
	String^ get ();
}

Remarks

The display name of a DimensionValue is intended for display in the user interface of an application. By default, it has the same value as Name, but may be overriden in order to provide a more user-friendly value, or to support localization.

There are several approaches available for specifying display name for a DimensionValue; please refer the the RAD Toolkit user's guide for further details.

See Also