MobileForms Toolkit Documentation

CopyOfBoundRow  Constructor (Int32, Int32, Object, PropertyMapping, Boolean)

Creates new bound row from any object given its PropertyMapping.

public CopyOfBoundRow(
int templateIndex,
int selectedTemplateIndex,
object data,
PropertyMapping propertyMapping,
bool hookPropertyChanged
);

Parameters

templateIndex
The template index for row in deselected state.
selectedTemplateIndex
The template index for row in selected state.
data
Object to bind to.
propertyMapping
PropertyMapping created for the type or PropertyDescriptors for data.
hookPropertyChanged

See Also

CopyOfBoundRow Class | Resco.Controls.AdvancedList Namespace | CopyOfBoundRow Constructor Overload List