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

WinPropertyEditor.ControlBindingProperty Property

Specifies the property of the current Property Editor’s control that is used for data binding.

Namespace: DevExpress.ExpressApp.Win.Editors

Assembly: DevExpress.ExpressApp.Win.v18.2.dll

Declaration

public string ControlBindingProperty { get; set; }

Property Value

Type Description
String

A string value representing the name of the control property to bind.

Remarks

The ControlBindingProperty property is not used in a grid cell editor that is created to edit a property value by GridListEditor, when a ListView is in In-place edit mode.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ControlBindingProperty property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also