Click or drag to resize

DFColumnName Property

Gets the name of this column.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public string Name { get; }

Property Value

String

Implements

IDFColumnName
Remarks
The name of a column can only be set in a constructor. Once a column is constructed, the name cannot be changed. For a modifiable label, see the Label property.
See Also