Back to Devexpress

EditFormHiddenEventArgs.BindableControls Property

windowsforms-devexpress-dot-xtratreelist-dot-editformhiddeneventargs-3ddc8b82.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public EditFormBindableControlsCollection BindableControls { get; }
vb
Public ReadOnly Property BindableControls As EditFormBindableControlsCollection

Property Value

TypeDescription
DevExpress.XtraTreeList.EditForm.EditFormBindableControlsCollection

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

|

See Also

EditFormHiddenEventArgs Class

EditFormHiddenEventArgs Members

DevExpress.XtraTreeList Namespace