Gets or sets boolean value determining whether dialog should allow adding or deleting items.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public bool AllowEdit { get; set; }
Visual Basic
Public Property AllowEdit As Boolean
	Get
	Set

Field Value

The default value is true.

See Also