Inheritance: XafBootstrapBaseControl
 private void InitEdit()
 {
     Edit = new XafBootstrapCheckboxEdit();
     Edit.Text = this.Caption;
     Edit.PropertyName = PropertyName;
 }