Data ListSelection Back Color Property
This property is used to set or get the background color for selected row headers
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public Color SelectionBackColor { get; set; }VB
Public Property SelectionBackColor As Color
Get
SetC++
public:
property Color SelectionBackColor {
Color get ();
void set (Color value);
}F#
member SelectionBackColor : Color with get, set