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

HideEditForm() public method

Hides the built-in event edit form and returns to the previous calendar view. If the edit form is not currently visible this method has no effect.
public HideEditForm ( ) : void
return void
        public void HideEditForm()
        {
            this.Call("hideEditForm");
        }