smartDBforms.NET API Reference

FieldSchema.Description Property

The label description text for this field. The description can be specified directly or with an resource id.

[Visual Basic]
Public ReadOnly Property Description As String
[C#]
public String Description {get;}

Remarks

There are several ways in which you can specify the caption. For detailed information see Caption The description extended property is "SDBF_Description".
The description resource id extended property is "SDBF_DescriptionResID".
The auto generated resource id has the following form - {BaseTableName}.{BaseColumnName}.Description

See Also

FieldSchema Class | Adillis.SmartDBForms Namespace