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

The text that will be displayed in the cell

Syntax

Visual Basic (Declaration) 
Public Property CellText As String
C# 
public string CellText {get; set;}

Property Value

String

Remarks

Assigning a new value to this property will change the displayed text in the cell.

Requirements

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

See Also