public bool InPlaceEditorIsReadOnly { get; set; }Public Property InPlaceEditorIsReadOnly As Boolean
Get
Setpublic:
property bool InPlaceEditorIsReadOnly {
bool get ();
void set (bool value);
}member InPlaceEditorIsReadOnly : bool with get, set