There is the Description column on the esColumnMetadata class, not sure if that would help.
Code:
string s = EmployeeMetadata.Meta().Columns[EmployeeMetadata.ColumnNames.FirstName].Description;
or
Code:
Employee emp = new Employee();
string s = emp.es.Meta.Columns[EmployeeMetadata.ColumnNames.FirstName].Description;
Also, most grids allow you to manually set these in design time mode.
EntitySpaces |
Twitter |
BLOG | Please honor our Software License