Removes a Separator from the collection.

Namespace:  DayPilot.Web.Ui
Assembly:  DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)

Syntax

C#
public void Remove(
	Separator value
)
Visual Basic (Declaration)
Public Sub Remove ( _
	value As Separator _
)
Visual C++
public:
void Remove(
	Separator^ value
)

Parameters

value
Type: DayPilot.Web.Ui..::.Separator
Separator to be removed.

See Also