TreeListOptionsColumnEditForm Properties
Represents a set of options that specify an editor for a column in the Edit Form.| Name | Description |
|---|---|
| Caption | Gets or sets the caption for the editor that corresponds to the current column in the Edit Form. |
| CaptionLocation | Gets or sets whether the caption is located at the editor’s near edge, over the editor, or hidden. |
| ColumnSpan | Gets or sets the number of layout columns that the editor occupies. |
| RowSpan | Gets or sets the number of layout rows that the editor occupies. |
| StartNewRow | Gets or sets whether the editor starts a new row in the layout. |
| UseEditorColRowSpan | Gets or sets whether the number of layout columns and rows that the editor occupies depend on the editor type. |
| Visible | Gets or sets whether the editor for this column is displayed in the Edit Form. |
| VisibleIndex | Gets or sets the editor’s position number in the layout. If set to 0, the editor is displayed according to its position number in the tree list. |
See Also