Skip to main content

IGridColumn interface

Namespace: NextDesign.Core

Description

Provides access to the form's grid columns.

Affiliation area

NameDescription
EditorAPIs to access editors.

Property

NameDescription
DataTypeNameColumn 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")
Pathfield (path)

Annotations

This element does not inherit from IEditorElement.