| Visual Basic (Declaration) | |
|---|---|
Public Property CellText As String | |
| C# | |
|---|---|
public string CellText {get; set;} | |
Property Value
StringAssigning a new value to this property will change the displayed text in the cell.
| dbicList | Send comments on this topic. |
| CellText Property | |
| See Also | |
|
| dbicBase Assembly > Dbi.WinControl Namespace > BeforeCellTextDisplayEventArgs Class : CellText Property |
| Visual Basic (Declaration) | |
|---|---|
Public Property CellText As String | |
| C# | |
|---|---|
public string CellText {get; set;} | |