Наследование: XafBootstrapBaseControl
 private void InitEdit()
 {
     Edit = new XafBootstrapStringEdit();
     Edit.Placeholder = EditorHelper.GetPlaceholder(this, this.Caption);
     Edit.IsPassword = Model.IsPassword;
     Edit.PropertyName = PropertyName;
     Edit.RowCount = Model.RowCount;
 }