Click or drag to resize

DataPointModelValue Property

Gets the real data bound from [!:DataSetModel.DataContext] result as the DataContext.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string Value { get; set; }

Property Value

Type: String
Remarks

Value can be set to bound directly to other object's properties without basing on [!:DataSetModel.DataContext] as the DataContext.

By default, the DataContext is the result of [!:DataSetModel.DataContext]

See Also