property Item.EditOption(Option as EditOptionEnum) as Variant
Specifies different options for item's edit control.

TypeDescription
Option as EditOptionEnum An EditOptionEnum expression that specifies the option to be updated.
Variant A VARIANT expression that indicates the option's value.
The EditOption property different options for item's edit control. The AllowEdit property associates an editor to the current item. The EditCaption property specifies the value to show in the edit field. The EditWidth property specifies the size/width of the edit field inside the item. The EditBorder property specifies whether the edit shows a border around it. The control fires the EditChange event when the user changes the edit's caption. For instance, the EditOption(exEditSpinStep) property specifies the step to advance when user clicks the editor's spin.