appref property

appref property

Gets and sets the binding key used to map the binding entry in this list with the bound data in the document.

Definition:

@property
def appref(self):
    ...
@appref.setter
def appref(self, value):
    ...

See Also