Skip to main content
A newer version of this page is available. .

EditFormHiddenEventArgs.BindableControls Property

Provides access to the collection of controls used to edit the processed data record. Controls are indexed by field names or tree list nodes.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public EditFormBindableControlsCollection BindableControls { get; }

Property Value

Type Description
DevExpress.XtraTreeList.EditForm.EditFormBindableControlsCollection

An object that specifies the collection of controls used to edit the processed data record.

See Also