IGridColumn interface
Namespace: NextDesign.Core
Description
Provides access to the form's grid columns.
Affiliation area
Name | Description |
---|---|
Editor | APIs to access editors. |
Property
Name | Description |
---|---|
DataTypeName | Column data type name - bool type : "Boolean" - int type : "Integer" - double type : "Double"< - String type: "String" - Rich text type: "RichText" - Enum type: fully qualified name of IEnum (e.g. "Package1.SubPackage1.UsecaseKind") - Class type (model reference): fully qualified name of IClass (e.g. "Package1.SubPackage1.Usecase") |
Path | field (path) |
Annotations
This element does not inherit from IEditorElement.