[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.TargetElementValue

TargetElementValue Property

TargetElementValue

Gets or sets the target element value. This is a dependency property.

Declaration
[Bindable(true)]
public object TargetElementValue { get; set; }
<Bindable(True)>
Public Property TargetElementValue As Object
Property Value
Type Description
object

The target element value.

Remarks

The TargetElementValue property is for synchronizing the drop down target value. It is connected to the property of drop down target via data binding in template. It is bound to the GrapeCity.Windows.InputMan.GcDateTime.Value property in GrapeCity.Windows.InputMan.GcDateTime control template; and it is bound to GrapeCity.Windows.InputMan.GcNumber.Value property in GrapeCity.Windows.InputMan.GcNumber control template.