Click or drag to resize
EnumDataContainerColumnNames Property
Returns list of enumeration items.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public List<string> ColumnNames { get; }

Property Value

Type: ListString

Implements

IDataContainerColumnNames
See Also