 | DFColumnColumnType Property |
Gets the type of the objects held by this column.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic abstract Type ColumnType { get; }
Public MustOverride ReadOnly Property ColumnType As Type
Get
public:
virtual property Type^ ColumnType {
Type^ get () abstract;
}
abstract ColumnType : Type with get
Property Value
TypeImplements
IDFColumnColumnType
See Also