Gets or sets a string to be displayed in the user interface.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public string Caption { get; set; }
Visual Basic
Public Property Caption As String
	Get
	Set

Remarks

If this property is set to null or to an empty string, the Name property will be used instead.

See Also