Gets or sets the value to display in the ComboBox control. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

C#
[BindableAttribute(true)]
public Object Value { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property Value As Object

Implements

IValueEditorControl..::.Value

See Also