/// <summary>
        /// Overrides Clone
        /// </summary>
        /// <returns>The cloned KryptonDataGridViewTextAndImageCell</returns>
        public override object Clone()
        {
            KryptonDataGridViewTreeTextCell c = base.Clone() as KryptonDataGridViewTreeTextCell;

            return(c);
        }
 /// <summary>
 /// Initializes a new instance of the <see cref="KryptonDataGridViewTreeTextColumn"/> class.
 /// </summary>
 public KryptonDataGridViewTreeTextColumn()
     : base()
 {
     CellTemplate = new KryptonDataGridViewTreeTextCell();
 }