dbicList Send comments on this topic.
TextBox Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > BeforeCellEditEventArgs Class : TextBox Property

The TextBox that will be used to edit values in the cell.

Syntax

Visual Basic (Declaration) 
Public Property TextBox As dbiTextBox
C# 
public dbiTextBox TextBox {get; set;}

Property Value

dbiTextBox

Remarks

The TextBox control wll only be used in the editing, if the EditType property of the ColumnItem is set to TextBox.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also