Gets or sets the color of selected rows.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Color SelectionColor { get; set; }
Visual Basic
Public Property SelectionColor As Color
	Get
	Set
Visual C++
public:
property Color SelectionColor {
	Color get ();
	void set (Color value);
}
F#
member SelectionColor : Color with get, set

Property Value

Type: Color
The color of selected rows.

See Also