/// <summary>
        /// constructor
        /// </summary>
        public TDataGridTextBoxColumnNotEditableNotNavigable() : base()
        {
            this.FKeyTrapTextBox             = new TKeyTrapTextBox();
            this.FKeyTrapTextBox.BorderStyle = BorderStyle.None;

            // Include(this.FKeyTrapTextBox.Leave, LeaveKeyTrapTextBox);
            // Include(this.FKeyTrapTextBox.KeyPress, TextBoxEditStarted);
        }
        /// <summary>
        /// constructor
        /// </summary>
        public TDataGridTextBoxColumnNotEditableNotNavigable() : base()
        {
            this.FKeyTrapTextBox = new TKeyTrapTextBox();
            this.FKeyTrapTextBox.BorderStyle = BorderStyle.None;

            // Include(this.FKeyTrapTextBox.Leave, LeaveKeyTrapTextBox);
            // Include(this.FKeyTrapTextBox.KeyPress, TextBoxEditStarted);
        }