Click or drag to resize
TimelineViewSettingsShowInsertArea Property
Gets or sets a boolean value that specifies whether to show an empty area at the end of each time slot that can be used to insert appointments.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool ShowInsertArea { get; set; }

Property Value

Type: Boolean
true, insert are should be shown; false otherwise. The default value is true
Remarks

The insert area is not visible if the scheduler is in read-only mode or AllowInsert is false.

If all time slots are full and this property is set to false, the user will not be able to insert appointments.

See Also