is_editable عقار
is_editable عقار
يشير إلى ما إذا كان المستخدم قادرًا على الكتابة في عنصر التحكم.
تعريف:
@property
def is_editable(self):
...
@is_editable.setter
def is_editable(self, value):
...
يشير إلى ما إذا كان المستخدم قادرًا على الكتابة في عنصر التحكم.
@property
def is_editable(self):
...
@is_editable.setter
def is_editable(self, value):
...