DataListSelectionForeColor Property
This property is used to set or get the foreground color for selected row headers
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public Color SelectionForeColor { get; set; }
Public Property SelectionForeColor As Color
Get
Set
public:
property Color SelectionForeColor {
Color get ();
void set (Color value);
}
member SelectionForeColor : Color with get, set
Property Value
Color