sourceProperty property
String
get
sourceProperty
Gets or sets the name of the property to get from the bound data object, the value of Panel#data. The default value is the empty string, which results in setting the target property to the whole data object, rather than to a property value of the data object. If #sourceName is not null, then this property names the settable property on the GraphObject or RowColumnDefinition that acts as the source.
Implementation
_i2.String get sourceProperty => _i4.getProperty(
this,
'sourceProperty',
);
set
sourceProperty
(String value)
Implementation
set sourceProperty(_i2.String value) {
_i4.setProperty(
this,
'sourceProperty',
value,
);
}