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

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