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); }
protected override void CreateChildElements() { base.CreateChildElements(); this.checkBoxEditor = new RadCheckBoxEditor(); this.Children.Add(this.checkBoxEditor.EditorElement); }
public RadCheckBoxEditorElement(RadCheckBoxEditor editor) { this.editor = editor; }