MobileForms Toolkit Documentation

DayCellCollection.Remove Method 

Removes the first occurrence of a specific object from the List.

public void Remove(
DayCell value
);

Parameters

value
The DayCell to remove from the list.

Remarks

Remove DayCell from the list. The DayCell that follow the removed element move up to occupy the vacated spot.

See Also

DayCellCollection Class | Resco.Controls.OutlookControls Namespace