コード例 #1
0
 protected override void CreateChildElements()
 {
     base.CreateChildElements();
     this.checkBoxEditor = new RadCheckBoxEditor();
     this.checkBoxEditor.EditorElement.Visibility          = ElementVisibility.Collapsed;
     this.checkBoxEditor.EditorElement.StretchHorizontally = false;
     this.Children.Add(this.checkBoxEditor.EditorElement);
 }
コード例 #2
0
 protected override void CreateChildElements()
 {
     base.CreateChildElements();
     this.checkBoxEditor = new RadCheckBoxEditor();
     this.Children.Add(this.checkBoxEditor.EditorElement);
 }
コード例 #3
0
 public RadCheckBoxEditorElement(RadCheckBoxEditor editor)
 {
     this.editor = editor;
 }