[Missing <summary> documentation for "P:Ntreev.Windows.Forms.Grid.Design.Style.CellForeColor"]

Namespace: Ntreev.Windows.Forms.Grid.Design
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public Color CellForeColor { get; set; }
Visual Basic
Public Property CellForeColor As Color
	Get
	Set
Visual C++
public:
property Color CellForeColor {
	Color get ();
	void set (Color value);
}

See Also