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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool ShowInsertArea { get; set; }
Public Property ShowInsertArea As Boolean
Get
Set
public:
property bool ShowInsertArea {
bool get ();
void set (bool value);
}
member ShowInsertArea : bool with get, set
Property Value
Type:
Booleantrue, 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