RootElement.Remove Method

Definition

Overloads

Remove(Section)

Removes the specified section from this RootElement using the default animation.

Remove(Section, UITableViewRowAnimation)

Remove(Section)

Removes the specified section from this RootElement using the default animation.

public void Remove (MonoTouch.Dialog.Section s);
member this.Remove : MonoTouch.Dialog.Section -> unit

Parameters

s
Section

Section to remove

Remarks

If the Section is currently visible on the screen, the specified animation will be used to remove it.

The default animation is Fade, but it could change in the future.

Applies to

Remove(Section, UITableViewRowAnimation)

public void Remove (MonoTouch.Dialog.Section s, UIKit.UITableViewRowAnimation anim);
member this.Remove : MonoTouch.Dialog.Section * UIKit.UITableViewRowAnimation -> unit

Parameters

Applies to