EditFormPreparedEventArgs Properties
Provides data for the TreeList.EditFormPrepared event.Name | Description |
---|---|
BindableControls | Provides access to the collection of controls used to edit the processed data record. Controls are indexed by field names or tree list nodes. |
EditForm | Provides access to the Edit Form. |
Node | Gets the processed node. |
Panel | Gets the Edit Form’s root panel. |
See Also