TreeListOptionsEditForm Properties
Contains options that specify the Edit Form.Name | Description |
---|---|
BindingMode | Gets or sets whether changes in the Edit Form are immediately applied to cells in the Tree List or only when the user closes the Edit Form. |
CustomEditFormLayout | Gets or sets a custom Edit Form. |
EditFormColumnCount | Gets or sets the number of layout columns in the Edit Form. |
FormCaptionFormat | Gets or sets a custom caption for the Edit From. Use field names in braces {} to display field values in the caption. |
PopupEditFormWidth | Gets or sets the width of the Edit Form. |
ShowOnDoubleClick | Gets or sets whether the Edit Form is opened with a double-click. |
ShowOnEnterKey | Gets or sets whether the Edit Form is opened with the Enter key. |
ShowOnF2Key | Gets or sets whether the Edit Form is opened with the F2 key. |
See Also