Gets and sets the label in the header of this column.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public string Label { get; set; }
Visual Basic (Declaration)
Public Property Label As String
Visual C++
public:
virtual property String^ Label {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Implements

IDFColumn..::.Label

See Also