Data ListSeparator Color Property
This property is used to set or get the color of the separators when the SeparatorsVisible
property is true.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
The default color is black
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public Color SeparatorColor { get; set; }VB
Public Property SeparatorColor As Color
Get
SetC++
public:
property Color SeparatorColor {
Color get ();
void set (Color value);
}F#
member SeparatorColor : Color with get, setProperty Value
ColorThe default color is black