 | DFColumnName Property |
Gets the name of this column.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic string Name { get; }
Public ReadOnly Property Name As String
Get
public:
virtual property String^ Name {
String^ get () sealed;
}
abstract Name : string with get
override Name : string with get
Property Value
StringImplements
IDFColumnName
RemarksThe 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