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#
string Label { get; set; }
Visual Basic (Declaration)
Property Label As String
Visual C++
property String^ Label {
	String^ get ();
	void set (String^ value);
}

See Also