KaxSchedulerShowInlineInsertForm Method (ISchedulerTimeSlot) |
Shows the inline insert form.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void ShowInlineInsertForm(
ISchedulerTimeSlot timeSlot
)
Public Sub ShowInlineInsertForm (
timeSlot As ISchedulerTimeSlot
)
public:
void ShowInlineInsertForm(
ISchedulerTimeSlot^ timeSlot
)
member ShowInlineInsertForm :
timeSlot : ISchedulerTimeSlot -> unit
Parameters
- timeSlot
- Type: Kettic.AspNet.Controls.Scheduler.ViewsISchedulerTimeSlot
The time slot object where the insert form will be shown
See Also