Click or drag to resize
CMSOutputResourceColumnNames Property
Gets the names of the columns this container contains.

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

Property Value

Type: ListString

Implements

IDataContainerColumnNames
See Also