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

Determines the color of the text in the cell.

Syntax

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

Property Value

Color

Remarks

Adjusting this value will change the color of the displayed text,

Requirements

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

See Also