Gets the Caption of FieldItem this DataRowView represents.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

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

See Also