Ext.Net.CalendarPanelBase.ShowEditForm C# (CSharp) Method

ShowEditForm() public method

Shows the built-in event edit form for the passed in event record. This method automatically hides the calendar views and navigation toolbar. To return to the calendar, call hideEditForm.
public ShowEditForm ( int index ) : void
index int
return void
        public void ShowEditForm(int index)
        {
            this.Call("showEditForm", new JRawValue("this.eventStore.getAt({0})".FormatWith(index)));
        }
    }

Same methods

CalendarPanelBase::ShowEditForm ( object id ) : void