Data ListSeparators Visible Property
This property is used to set or get whether or not separators are displayed between rows
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Separators are drawn by default
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool SeparatorsVisible { get; set; }VB
Public Property SeparatorsVisible As Boolean
Get
SetC++
public:
property bool SeparatorsVisible {
bool get ();
void set (bool value);
}F#
member SeparatorsVisible : bool with get, setProperty Value
BooleanSeparators are drawn by default